(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:
frosch
2008-02-12 15:43:10 +00:00
parent ccfae56690
commit 0aece5ed6b
3 changed files with 133 additions and 50 deletions

View File

@@ -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 */