equal
deleted
inserted
replaced
42 #include "date_func.h" |
42 #include "date_func.h" |
43 #include "window_func.h" |
43 #include "window_func.h" |
44 #include "vehicle_func.h" |
44 #include "vehicle_func.h" |
45 #include "sound_func.h" |
45 #include "sound_func.h" |
46 #include "variables.h" |
46 #include "variables.h" |
|
47 #include "autoreplace_func.h" |
|
48 #include "autoreplace_gui.h" |
47 |
49 |
48 #define INVALID_COORD (0x7fffffff) |
50 #define INVALID_COORD (0x7fffffff) |
49 #define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6)) |
51 #define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6)) |
50 |
52 |
51 VehicleID _vehicle_id_ctr_day; |
53 VehicleID _vehicle_id_ctr_day; |