File diff r2424:d2d8551b053a → r2425:5e48f18c7157
train_cmd.c
Show inline comments
 
@@ -1043,7 +1043,7 @@ int32 CmdSellRailWagon(int x, int y, uin
 
						new_f->orders = first->orders;
 
						new_f->num_orders = first->num_orders;
 
						first->orders = NULL; // XXX - to not to delete the orders */
 
						ShowTrainViewWindow(new_f);
 
						if (IsLocalPlayer()) ShowTrainViewWindow(new_f);
 
					}
 
				}
 
			}