1
0
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:
frosch
2011-11-08 17:28:52 +00:00
parent 0f28b20a73
commit 5aaecae6e2
3 changed files with 14 additions and 6 deletions

View File

@@ -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();