From f4af55adc2e85825fd0ced648f81af4ffbe446e7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 10 Mar 2018 21:56:38 -0500 Subject: XEEN: Subtitle improvements, set up correct subtitles for Darkside intro --- engines/xeen/worldofxeen/worldofxeen_cutscenes.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/xeen/worldofxeen/worldofxeen_cutscenes.cpp') diff --git a/engines/xeen/worldofxeen/worldofxeen_cutscenes.cpp b/engines/xeen/worldofxeen/worldofxeen_cutscenes.cpp index 2ea5827315..13d59c43c9 100644 --- a/engines/xeen/worldofxeen/worldofxeen_cutscenes.cpp +++ b/engines/xeen/worldofxeen/worldofxeen_cutscenes.cpp @@ -439,7 +439,6 @@ bool WorldOfXeenCutscenes::worldEnding1() { } bool WorldOfXeenCutscenes::worldEnding2() { - EventsManager &events = *_vm->_events; Screen &screen = *_vm->_screen; Sound &sound = *_vm->_sound; Windows &windows = *_vm->_windows; @@ -590,7 +589,6 @@ bool WorldOfXeenCutscenes::worldEnding2() { } bool WorldOfXeenCutscenes::worldEnding3() { - EventsManager &events = *_vm->_events; Screen &screen = *_vm->_screen; Sound &sound = *_vm->_sound; Windows &windows = *_vm->_windows; -- cgit v1.2.3