mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 16:09:10 +00:00
Codefix: Rail type bridge offset is not a SpriteID. (#14471)
This commit is contained in:
@@ -184,7 +184,7 @@ public:
|
||||
/**
|
||||
* Bridge offset
|
||||
*/
|
||||
SpriteID bridge_offset;
|
||||
uint8_t bridge_offset;
|
||||
|
||||
/**
|
||||
* Original railtype number to use when drawing non-newgrf railtypes, or when drawing stations.
|
||||
|
Reference in New Issue
Block a user