mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-20 10:56:19 +01:00
Change: increase vehicle sprite stack from 4 layers to 8 (#9863)
This commit is contained in:
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
Block a user