road_cmd.c
changeset 337 cbe0c766c947
parent 241 e6e62a5e7f52
child 410 0efd84450b01
equal deleted inserted replaced
336:fdf42e70adda 337:cbe0c766c947
     5 #include "command.h"
     5 #include "command.h"
     6 #include "player.h"
     6 #include "player.h"
     7 #include "town.h"
     7 #include "town.h"
     8 #include "gfx.h"
     8 #include "gfx.h"
     9 #include "table/directions.h"
     9 #include "table/directions.h"
       
    10 #include "sound.h"
    10 
    11 
    11 /* When true, GetTrackStatus for roads will treat roads under reconstruction
    12 /* When true, GetTrackStatus for roads will treat roads under reconstruction
    12  * as normal roads instead of impassable. This is used when detecting whether
    13  * as normal roads instead of impassable. This is used when detecting whether
    13  * a road can be removed. This is of course ugly, but I don't know a better
    14  * a road can be removed. This is of course ugly, but I don't know a better
    14  * solution just like that... */
    15  * solution just like that... */