summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
Diffstat (limited to 'src/object')
-rw-r--r--src/object/brain.cpp2
-rw-r--r--src/object/object.cpp2
-rw-r--r--src/object/object.h2
-rw-r--r--src/object/robotmain.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/object/brain.cpp b/src/object/brain.cpp
index 1ffe1b5..afc9903 100644
--- a/src/object/brain.cpp
+++ b/src/object/brain.cpp
@@ -62,7 +62,7 @@
#include "ui/window.h"
#include "ui/displaytext.h"
#include "old/text.h"
-#include "sound/sound.h"
+#include "old/sound.h"
#include "old/particule.h"
#include "script/cmdtoken.h"
diff --git a/src/object/object.cpp b/src/object/object.cpp
index 10cc190..6931bd2 100644
--- a/src/object/object.cpp
+++ b/src/object/object.cpp
@@ -85,7 +85,7 @@
#include "ui/displaytext.h"
#include "script/cmdtoken.h"
#include "script/cbottoken.h"
-#include "sound/sound.h"
+#include "old/sound.h"
#include "object/object.h"
diff --git a/src/object/object.h b/src/object/object.h
index 9d77ae1..735da8a 100644
--- a/src/object/object.h
+++ b/src/object/object.h
@@ -21,7 +21,7 @@
#include "old/d3dengine.h"
#include "old/camera.h"
-#include "sound/sound.h"
+#include "old/sound.h"
class CInstanceManager;
diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp
index a897349..902c1cb 100644
--- a/src/object/robotmain.cpp
+++ b/src/object/robotmain.cpp
@@ -69,7 +69,7 @@
#include "ui/edit.h"
#include "ui/displaytext.h"
#include "old/text.h"
-#include "sound/sound.h"
+#include "old/sound.h"
#include "script/cbottoken.h"
#include "script/cmdtoken.h"
#include "object/mainmovie.h"