aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/events.cpp')
-rw-r--r--engines/cge/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/events.cpp b/engines/cge/events.cpp
index eba043cdc8..aa71782f77 100644
--- a/engines/cge/events.cpp
+++ b/engines/cge/events.cpp
@@ -169,7 +169,7 @@ Mouse::Mouse(CGEEngine *vm) : Sprite(vm, NULL), _busy(NULL), _hold(NULL), _hx(0)
MC[2] = NULL;
setShapeList(MC);
- gotoxy(SCR_WID/2, SCR_HIG/2);
+ gotoxy(kScrWidth/2, kScrHeight/2);
_z = 127;
step(1);
}