mirror of https://github.com/OpenTTD/OpenTTD
Compare commits
3 Commits
7bbb6bcbf1
...
5b6830e356
Author | SHA1 | Date |
---|---|---|
|
5b6830e356 | |
|
c69fc76395 | |
|
8602109988 |
|
@ -36,7 +36,11 @@ public:
|
|||
|
||||
constexpr static bool IsSurveyPossible()
|
||||
{
|
||||
#ifdef SURVEY_KEY
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue