(svn r12124) -Codechange: Move newgrf-variables that are common to VarAction2 and Action7/9/D to their own function.
-Fix: Add some variables that were missing in one or both cases.
This commit is contained in:
@@ -126,5 +126,6 @@ void ReloadNewGRFData(); // in openttd.cpp
|
||||
void CDECL grfmsg(int severity, const char *str, ...);
|
||||
|
||||
bool HasGrfMiscBit(GrfMiscBit bit);
|
||||
bool GetGlobalVariable(byte param, uint32 *value);
|
||||
|
||||
#endif /* NEWGRF_H */
|
||||
|
Reference in New Issue
Block a user