aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/mouse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/mouse.cpp')
-rw-r--r--engines/cge/mouse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/mouse.cpp b/engines/cge/mouse.cpp
index 8ad12742d3..10953291f2 100644
--- a/engines/cge/mouse.cpp
+++ b/engines/cge/mouse.cpp
@@ -39,7 +39,7 @@ MOUSE_FUN *MOUSE::OldMouseFun = NULL;
uint16 MOUSE::OldMouseMask = 0;
-MOUSE::MOUSE(BITMAP **shpl) : SPRITE(shpl), Busy(NULL), Hold(NULL), hx(0) {
+MOUSE::MOUSE(CGEEngine *vm, BITMAP **shpl) : SPRITE(vm, shpl), Busy(NULL), Hold(NULL), hx(0), _vm(vm) {
static SEQ ms[] = {
{ 0, 0, 0, 0, 1 },
{ 1, 1, 0, 0, 1 }