Changeset - r1871:ca5b73d31368
[Not reviewed]
master
0 1 0
orudge - 19 years ago 2005-05-29 20:05:04
orudge@openttd.org
(svn r2377) - Fix: [newgrf] Ignore action 0 prop 0x20 (air drag)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
newgrf.c
Show inline comments
 
@@ -348,6 +348,7 @@ static bool RailVehicleChangeInfo(uint e
 
		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 */
0 comments (0 inline, 0 general)