equal
deleted
inserted
replaced
19 #include "functions.h" |
19 #include "functions.h" |
20 #include "sound_func.h" |
20 #include "sound_func.h" |
21 #include "station.h" |
21 #include "station.h" |
22 #include "unmovable_map.h" |
22 #include "unmovable_map.h" |
23 #include "textbuf_gui.h" |
23 #include "textbuf_gui.h" |
|
24 #include "genworld.h" |
24 |
25 |
25 void CcTerraform(bool success, TileIndex tile, uint32 p1, uint32 p2) |
26 void CcTerraform(bool success, TileIndex tile, uint32 p1, uint32 p2) |
26 { |
27 { |
27 if (success) { |
28 if (success) { |
28 SndPlayTileFx(SND_1F_SPLAT, tile); |
29 SndPlayTileFx(SND_1F_SPLAT, tile); |