mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 20:49:11 +00:00
(svn r23153) -Change: [NewGRF v8] Use heightlevel units in variable 20/A0.
This commit is contained in:
@@ -174,7 +174,7 @@ void ResetPersistentNewGRFData();
|
||||
void CDECL grfmsg(int severity, const char *str, ...) WARN_FORMAT(2, 3);
|
||||
|
||||
bool HasGrfMiscBit(GrfMiscBit bit);
|
||||
bool GetGlobalVariable(byte param, uint32 *value);
|
||||
bool GetGlobalVariable(byte param, uint32 *value, const GRFFile *grffile);
|
||||
|
||||
StringID MapGRFStringID(uint32 grfid, StringID str);
|
||||
void ShowNewGRFError();
|
||||
|
Reference in New Issue
Block a user