(svn r12045) -Feature-ette(newGRF): Add support for var 12, Variational Action 2

This commit is contained in:
belugas 2008-02-03 00:24:53 +00:00
parent bdadefd0d2
commit e5de785e1d

View File

@ -92,6 +92,7 @@ static inline uint32 GetVariable(const ResolverObject *object, byte variable, by
case 0x0C: return object->callback;
case 0x10: return object->callback_param1;
case 0x11: return 0;
case 0x12: return _game_mode;
case 0x18: return object->callback_param2;
case 0x1A: return UINT_MAX;
case 0x1B: return GB(_display_opt, 0, 6);