Changeset - r8474:86226f854455
[Not reviewed]
master
0 1 0
belugas - 16 years ago 2008-02-03 00:24:53
belugas@openttd.org
(svn r12045) -Feature-ette(newGRF): Add support for var 12, Variational Action 2
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/newgrf_spritegroup.cpp
Show inline comments
 
@@ -92,6 +92,7 @@ static inline uint32 GetVariable(const R
 
		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);
0 comments (0 inline, 0 general)