From eb675ecf2fd77682a09b862c40afea8eb996b1f2 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 22 Sep 2016 20:24:18 -0400 Subject: 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 --- engines/xeen/worldofxeen/clouds_cutscenes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/xeen/worldofxeen/clouds_cutscenes.cpp') 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 { -- cgit v1.2.3