aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.h
diff options
context:
space:
mode:
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 */