Changeset - r11323:481636b47b18
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-03-11 23:35:32
rubidium@openttd.org
(svn r15678) -Fix (r15676): crash when (re)applying newgrf settings
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/saveload/vehicle_sl.cpp
Show inline comments
 
@@ -359,6 +359,7 @@ void AfterLoadVehicles(bool part_of_load
 
			default: break;
 
		}
 

	
 
		v->coord.left = INVALID_COORD;
 
		VehicleMove(v, false);
 
	}
 
}
0 comments (0 inline, 0 general)