station.h
changeset 243 9a40daa560ae
parent 193 0a7025304867
child 384 bf1303e754ff
--- a/station.h	Tue Sep 14 08:13:15 2004 +0000
+++ b/station.h	Tue Sep 14 14:19:53 2004 +0000
@@ -79,7 +79,8 @@
 void UpdateAllStationVirtCoord();
 
 VARDEF Station _stations[250];
-VARDEF bool _station_sort_dirty;
+VARDEF bool _station_sort_dirty[MAX_PLAYERS];
+VARDEF bool _global_station_sort_dirty;
 
 #define DEREF_STATION(i) (&_stations[i])
 #define FOR_ALL_STATIONS(st) for(st=_stations; st != endof(_stations); st++)