aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-06-09 07:59:42 +0000
committerFilippos Karapetis2010-06-09 07:59:42 +0000
commit5cb311ee2c352372e8eb494933e2bc36ffd5c4f5 (patch)
tree541c69484c5cba4add34c2aec638f8897e18d560 /engines/sci/engine/state.h
parent10aeb33a4253b5df05f19a9bfabc3cc374db096c (diff)
downloadscummvm-rg350-5cb311ee2c352372e8eb494933e2bc36ffd5c4f5.tar.gz
scummvm-rg350-5cb311ee2c352372e8eb494933e2bc36ffd5c4f5.tar.bz2
scummvm-rg350-5cb311ee2c352372e8eb494933e2bc36ffd5c4f5.zip
Renamed the SciEvent class to EventManager, to separate it from the sciEvent structure, and removed it from the engine state
svn-id: r49534
Diffstat (limited to 'engines/sci/engine/state.h')
-rw-r--r--engines/sci/engine/state.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h
index 3fcefd80c4..ae81e9393d 100644
--- a/engines/sci/engine/state.h
+++ b/engines/sci/engine/state.h
@@ -48,7 +48,7 @@ namespace Common {
namespace Sci {
-class SciEvent;
+class EventManager;
class MessageState;
class SoundCommandParser;
@@ -112,8 +112,6 @@ public:
/* Non-VM information */
- SciEvent *_event; // Event handling
-
#ifdef USE_OLD_MUSIC_FUNCTIONS
SfxState _sound; /**< sound subsystem */
int sfx_init_flags; /**< flags the sfx subsystem was initialised with */