(svn r7436) -Codechange: Add action7/9/D variable 0x9A (-1)
authorpeter1138
Fri, 08 Dec 2006 19:12:43 +0000
changeset 5287 917cc6407bda
parent 5286 079e9754c8a9
child 5288 027107056277
(svn r7436) -Codechange: Add action7/9/D variable 0x9A (-1)
newgrf.c
--- a/newgrf.c	Fri Dec 08 18:56:39 2006 +0000
+++ b/newgrf.c	Fri Dec 08 19:12:43 2006 +0000
@@ -2218,6 +2218,9 @@
 		case 0x92: /* Game mode */
 			return _game_mode;
 
+		case 0x9A: /* Always -1 */
+			return -1;
+
 		case 0x9D: /* TTD Platform, 00=TTDPatch, 01=OpenTTD */
 			return 1;