road_cmd.c
changeset 22 fe6f35cc987b
parent 13 3e7c1f74a996
child 39 d177340ed556
--- a/road_cmd.c	Wed Aug 11 21:48:27 2004 +0000
+++ b/road_cmd.c	Wed Aug 11 22:07:08 2004 +0000
@@ -7,6 +7,10 @@
 #include "town.h"
 #include "gfx.h"
 
+/* When true, GetTrackStatus for roads will treat roads under reconstruction
+ * as normal roads instead of impassable. This is used when detecting whether
+ * a road can be removed. This is of course ugly, but I don't know a better
+ * solution just like that... */
 static bool _road_special_gettrackstatus;
 
 void RoadVehEnterDepot(Vehicle *v);