From 5aaecae6e2ea2c2236375274439645e669081328 Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 8 Nov 2011 17:28:52 +0000 Subject: (svn r23153) -Change: [NewGRF v8] Use heightlevel units in variable 20/A0. --- src/newgrf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf.h') diff --git a/src/newgrf.h b/src/newgrf.h index 4ffd99aa8..bd6c673e8 100644 --- a/src/newgrf.h +++ b/src/newgrf.h @@ -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(); -- cgit v1.2.3-54-g00ecf