aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/clouds_cutscenes.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-22 20:24:18 -0400
committerPaul Gilbert2016-09-22 20:24:18 -0400
commiteb675ecf2fd77682a09b862c40afea8eb996b1f2 (patch)
tree8bed69f3140dea7ca33d7fae4455dafcf7d92607 /engines/xeen/worldofxeen/clouds_cutscenes.cpp
parent1dbe64b2ffb47871ed0947f1f286bafa314f9bf3 (diff)
downloadscummvm-rg350-eb675ecf2fd77682a09b862c40afea8eb996b1f2.tar.gz
scummvm-rg350-eb675ecf2fd77682a09b862c40afea8eb996b1f2.tar.bz2
scummvm-rg350-eb675ecf2fd77682a09b862c40afea8eb996b1f2.zip
XEEN: Create WorldOfXeenResources class for their specific strings
Some strings are still in the base Resources, since they're referred to by core dialogs. These may be able to be refactored in the future as support is added for the other games
Diffstat (limited to 'engines/xeen/worldofxeen/clouds_cutscenes.cpp')
-rw-r--r--engines/xeen/worldofxeen/clouds_cutscenes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.cpp b/engines/xeen/worldofxeen/clouds_cutscenes.cpp
index 2c8d5f0c38..74fabe507b 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.cpp
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.cpp
@@ -21,7 +21,7 @@
*/
#include "xeen/worldofxeen/clouds_cutscenes.h"
-#include "xeen/resources.h"
+#include "xeen/worldofxeen/worldofxeen_resources.h"
#include "xeen/sound.h"
namespace Xeen {