ai.c
changeset 1043 123072ba6ced
parent 1035 0a170deb6e33
child 1093 e8d26c7dc42f
--- a/ai.c	Sun Jan 16 14:10:13 2005 +0000
+++ b/ai.c	Sun Jan 16 14:42:53 2005 +0000
@@ -3609,7 +3609,7 @@
 {
 	// Remove stations that aren't in use by any vehicle
 	byte in_use[256], *used;
-	Order *ord;
+	const Order *ord;
 	Station *st;
 	uint tile;