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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/events.cpp b/engines/cge/events.cpp
index aa71782f77..dc6e65722d 100644
--- a/engines/cge/events.cpp
+++ b/engines/cge/events.cpp
@@ -147,14 +147,14 @@ void Keyboard::newKeyboard(Common::Event &event) {
Mouse::Mouse(CGEEngine *vm) : Sprite(vm, NULL), _busy(NULL), _hold(NULL), _hx(0), _vm(vm) {
_hold = NULL;
- _hx = 0;
+ _hx = 0;
_hy = 0;
_exist = true;
_buttons = 0;
_busy = NULL;
_active = false;
_flags._kill = false;
-
+
const Seq ms[] = {
{ 0, 0, 0, 0, 1 },
{ 1, 1, 0, 0, 1 }