aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/cge.cpp')
-rw-r--r--engines/cge/cge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/cge.cpp b/engines/cge/cge.cpp
index 514580bbe3..b56635125d 100644
--- a/engines/cge/cge.cpp
+++ b/engines/cge/cge.cpp
@@ -121,7 +121,7 @@ void CGEEngine::init() {
_snail_ = new Snail(this, true);
_mouse = new Mouse(this);
- _keyboard = new Keyboard();
+ _keyboard = new Keyboard(this);
_eventManager = new EventManager();
_fx = new Fx(16); // must precede SOUND!!
_sound = new Sound(this);