changeset 1871:c7fa28af1ccb draft

(svn r2377) - Fix: [newgrf] Ignore action 0 prop 0x20 (air drag)
author orudge <orudge@openttd.org>
date Sun, 29 May 2005 20:05:04 +0000
parents 6aa7eb9d3fb6
children 19ff44953283
files newgrf.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/newgrf.c
+++ b/newgrf.c
@@ -348,6 +348,7 @@
 		case 0x1C:	/* Refit cost */
 		case 0x1E:	/* Callback */
 		case 0x1F:	/* Tractive effort */
+		case 0x20:	/* Air drag */
 		case 0x21:	/* Shorter tenders */
 		case 0x22:	/* Visual */
 		case 0x23: {/* Powered wagons weight bonus */