1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Kuhnovic 5b6830e356
Merge 8602109988 into c69fc76395 2025-07-21 20:02:14 +00:00
Peter Nelson c69fc76395
Codefix: Rail type bridge offset is not a SpriteID. (#14471) 2025-07-21 20:00:04 +00:00
Koen Bussemaker 8602109988 Change: Disable surveys for github previews 2025-07-04 19:33:51 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,11 @@ public:
constexpr static bool IsSurveyPossible() constexpr static bool IsSurveyPossible()
{ {
#ifdef SURVEY_KEY
return true; return true;
#else
return false;
#endif
} }
private: private:

View File

@ -184,7 +184,7 @@ public:
/** /**
* Bridge offset * Bridge offset
*/ */
SpriteID bridge_offset; uint8_t bridge_offset;
/** /**
* Original railtype number to use when drawing non-newgrf railtypes, or when drawing stations. * Original railtype number to use when drawing non-newgrf railtypes, or when drawing stations.