src/cargopacket.cpp
branchnoai
changeset 11126 72d4c9314c72
parent 10455 22c441f5adf9
--- a/src/cargopacket.cpp	Mon Jun 30 21:31:23 2008 +0000
+++ b/src/cargopacket.cpp	Wed Jul 09 13:32:13 2008 +0000
@@ -242,7 +242,7 @@
 
 	if (mta == MTA_FINAL_DELIVERY && !tmp.Empty()) {
 		/* There are some packets that could not be delivered at the station, put them back */
-		tmp.MoveTo(this, MAX_UVALUE(uint));
+		tmp.MoveTo(this, UINT_MAX);
 		tmp.packets.clear();
 	}