aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-11 11:28:10 -0400
committerPaul Gilbert2018-03-11 11:28:10 -0400
commitc7d5e6f9977a8070bf87ba8692b6952217b98b34 (patch)
tree86ce3d27f15d1e9e4929f44da5330da951ee9685 /engines/xeen/locations.cpp
parentbbe4ef44749038293ba86de3ed001f5ff4ce2145 (diff)
downloadscummvm-rg350-c7d5e6f9977a8070bf87ba8692b6952217b98b34.tar.gz
scummvm-rg350-c7d5e6f9977a8070bf87ba8692b6952217b98b34.tar.bz2
scummvm-rg350-c7d5e6f9977a8070bf87ba8692b6952217b98b34.zip
XEEN: Subtitle fixes for Dark Side ending
Diffstat (limited to 'engines/xeen/locations.cpp')
-rw-r--r--engines/xeen/locations.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp
index 73d5b4be61..b9c74025b4 100644
--- a/engines/xeen/locations.cpp
+++ b/engines/xeen/locations.cpp
@@ -1234,8 +1234,6 @@ exit:
/*------------------------------------------------------------------------*/
-const char *const CUTSCENE_SUBTITLE = "\xC""35\x3""c\xB""190\t000%s";
-
CutsceneLocation::CutsceneLocation(LocationAction action) : BaseLocation(action),
_subtitleCtr(0), _mazeFlag(false) {
Party &party = *g_vm->_party;