(svn r7436) -Codechange: Add action7/9/D variable 0x9A (-1)

This commit is contained in:
peter1138 2006-12-08 19:12:43 +00:00
parent ee458a1858
commit 08e02d574f

View File

@ -2218,6 +2218,9 @@ static uint32 GetParamVal(byte param, uint32 *cond_val)
case 0x92: /* Game mode */
return _game_mode;
case 0x9A: /* Always -1 */
return -1;
case 0x9D: /* TTD Platform, 00=TTDPatch, 01=OpenTTD */
return 1;