From 2f0bdeefb9a3a5cfe8f3e78f64c94b8a25936e58 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 27 Nov 2006 14:09:13 +0000 Subject: (svn r7266) -Codechange: Make the NewGRF loading stage look like ttdpatch to NewGRFs --- newgrf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newgrf.c') diff --git a/newgrf.c b/newgrf.c index e51307eba..9846a0ba1 100644 --- a/newgrf.c +++ b/newgrf.c @@ -2183,8 +2183,8 @@ static uint32 GetParamVal(byte param, uint32 *cond_val) case 0x83: /* current climate, 0=temp, 1=arctic, 2=trop, 3=toyland */ return _opt.landscape; - case 0x84: /* .grf loading stage, 0=initialization, 1=activation */ - return _cur_stage; + case 0x84: /* GRF loading stage */ + return (_cur_stage > GLS_INIT) | ((_cur_stage == GLS_ACTIVATION) << 9); case 0x85: /* TTDPatch flags, only for bit tests */ if (cond_val == NULL) { -- cgit v1.2.3-70-g09d2