(svn r3025) -Fix: Rail convert issue introduced in r3019
authorDarkvater
Fri, 07 Oct 2005 15:53:33 +0000
changeset 2499 bf819c473e13
parent 2498 befad2fe53d2
child 2500 e2b13f720a94
(svn r3025) -Fix: Rail convert issue introduced in r3019
rail_cmd.c
--- a/rail_cmd.c	Fri Oct 07 07:35:15 2005 +0000
+++ b/rail_cmd.c	Fri Oct 07 15:53:33 2005 +0000
@@ -991,7 +991,7 @@
 
 	// change type.
 	if (exec) {
-		SB(_m[tile].m3, 4, 4, totype);
+		SB(_m[tile].m3, 0, 4, totype);
 		MarkTileDirtyByTile(tile);
 	}