newgrf.c
changeset 2545 d1965652e523
parent 2542 fdea27216e48
child 2549 f1d3b383d557
--- a/newgrf.c	Thu Oct 20 17:43:13 2005 +0000
+++ b/newgrf.c	Thu Oct 20 19:44:41 2005 +0000
@@ -394,7 +394,7 @@
 			FOR_EACH_OBJECT {
 				byte weight = grf_load_byte(&buf);
 
-				if (weight < 4) {
+				if (weight > 4) {
 					grfmsg(GMS_NOTICE, "RailVehicleChangeInfo: Nonsensical weight of %d tons, ignoring.", weight << 8);
 				} else {
 					SB(rvi[i].weight, 8, 8, weight);