Changeset - r2833:35ddad9f0bb4
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2006-01-07 10:57:32
truelight@openttd.org
(svn r3381) -Fix: r3374 left one bug: allow moving around wagons in a 100 long train
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
train_cmd.c
Show inline comments
 
@@ -1005,6 +1005,8 @@ int32 CmdMoveRailVehicle(int x, int y, u
 
			r = CheckTrainStoppedInDepot(dst_head);
 
			if (r < 0) return CMD_ERROR;
 

	
 
			/* If we move in the same vehicle, it is okay */
 
			if (dst_head != src_head)
 
			num += r;
 

	
 
			assert(dst_head->tile == src_head->tile);
0 comments (0 inline, 0 general)