aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/script_handler.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-11 21:17:28 -0400
committerPaul Gilbert2016-07-10 16:39:19 -0400
commit7700923298da4002a5d0baf28913a46e7e0fcf59 (patch)
tree2c40cf0ca153f6694675d9a524a3ad358d6faf7c /engines/titanic/true_talk/script_handler.h
parent01320c06cbb6a25ee226c1037152d5348b73cd68 (diff)
downloadscummvm-rg350-7700923298da4002a5d0baf28913a46e7e0fcf59.tar.gz
scummvm-rg350-7700923298da4002a5d0baf28913a46e7e0fcf59.tar.bz2
scummvm-rg350-7700923298da4002a5d0baf28913a46e7e0fcf59.zip
TITANIC: Change CFileReader to CExeResoucres
Diffstat (limited to 'engines/titanic/true_talk/script_handler.h')
-rw-r--r--engines/titanic/true_talk/script_handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/true_talk/script_handler.h b/engines/titanic/true_talk/script_handler.h
index 58d58d6d27..8449a72282 100644
--- a/engines/titanic/true_talk/script_handler.h
+++ b/engines/titanic/true_talk/script_handler.h
@@ -27,7 +27,7 @@
#include "titanic/true_talk/tt_room_script.h"
#include "titanic/true_talk/tt_string.h"
#include "titanic/true_talk/st_vocab.h"
-#include "titanic/support/file_reader.h"
+#include "titanic/support/exe_resources.h"
namespace Titanic {
@@ -65,7 +65,7 @@ private:
CTitleEngine *_owner;
TTScriptBase *_script;
STVocab *_vocab;
- CFileReader &_reader;
+ CExeResources &_resources;
int _field10;
CScriptHandlerSub1 _sub1;
CScriptHandlerSub2 _sub2;