Changeset - r1438:e2c70c464475
[Not reviewed]
master
0 1 0
tron - 20 years ago 2005-03-06 15:15:27
tron@openttd.org
(svn r1942) Fix r1938
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
train_cmd.c
Show inline comments
 
@@ -2561,12 +2561,13 @@ common:;
 
		if (prev == NULL) {
 
			/* This is the first vehicle in the train */
 
			AffectSpeedByZChange(v, old_z);
 
			CheckTrainCollision(v);
 
		}
 
	}
 
	return;
 

	
 
invalid_rail:
 
	/* We've reached end of line?? */
 
	if (prev != NULL) {
 
		error("!Disconnecting train");
 
	}
0 comments (0 inline, 0 general)