mirror of https://github.com/OpenTTD/OpenTTD
Change: increase vehicle sprite stack from 4 layers to 8 (#9863)
parent
41de69c5b7
commit
1cfdbb4dea
|
@ -130,7 +130,7 @@ struct VehicleCache {
|
||||||
|
|
||||||
/** Sprite sequence for a vehicle part. */
|
/** Sprite sequence for a vehicle part. */
|
||||||
struct VehicleSpriteSeq {
|
struct VehicleSpriteSeq {
|
||||||
PalSpriteID seq[4];
|
PalSpriteID seq[8];
|
||||||
uint count;
|
uint count;
|
||||||
|
|
||||||
bool operator==(const VehicleSpriteSeq &other) const
|
bool operator==(const VehicleSpriteSeq &other) const
|
||||||
|
|
Loading…
Reference in New Issue