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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
peter1138 18 years ago
parent 88f8d5d84d
commit d1c5911034

@ -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;

Loading…
Cancel
Save