Changeset - r5951:85d5fef3f919
[Not reviewed]
master
0 1 0
tron - 17 years ago 2007-02-07 08:36:53
tron@openttd.org
(svn r8617) -Fix

Fix harmless typo: s/,/;/
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/aircraft_cmd.cpp
Show inline comments
 
@@ -1317,7 +1317,7 @@ static void CrashAirplane(Vehicle *v)
 
	SetDParam(0, amt);
 

	
 
	v->cargo_count = 0;
 
	v->next->cargo_count = 0,
 
	v->next->cargo_count = 0;
 
	st = GetStation(v->u.air.targetairport);
 
	if (st->airport_tile == 0) {
 
		newsitem = STR_PLANE_CRASH_OUT_OF_FUEL;
0 comments (0 inline, 0 general)