From d641175e3cd1fe5c01c914dde20cbe7388dbeb27 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 5 Nov 2004 23:12:33 +0000 Subject: (svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk This includes 2 fixes -Fix: [1048596] Monorail and Maglev sounds are swapped (r511) -Add special case to load the jackhammer sound (r478) The rest are cleanups und enumeration to make merging possible/easier --- dock_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dock_gui.c') diff --git a/dock_gui.c b/dock_gui.c index 2cca3dec2..553ba6edc 100644 --- a/dock_gui.c +++ b/dock_gui.c @@ -5,6 +5,7 @@ #include "gui.h" #include "viewport.h" #include "gfx.h" +#include "sound.h" #include "command.h" static void ShowBuildDockStationPicker(); -- cgit v1.2.3-54-g00ecf