Changeset - r26230:dbf342f2a12f
[Not reviewed]
master
0 1 0
Andy - 2 years ago 2022-04-26 17:07:44
1780327+andythenorth@users.noreply.github.com
Change: increase vehicle sprite stack from 4 layers to 8 (#9863)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/vehicle_base.h
Show inline comments
 
@@ -130,7 +130,7 @@ struct VehicleCache {
 

	
 
/** Sprite sequence for a vehicle part. */
 
struct VehicleSpriteSeq {
 
	PalSpriteID seq[4];
 
	PalSpriteID seq[8];
 
	uint count;
 

	
 
	bool operator==(const VehicleSpriteSeq &other) const
0 comments (0 inline, 0 general)