aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/events.cpp
diff options
context:
space:
mode:
authorAlyssa Milburn2011-08-20 00:23:45 +0200
committerAlyssa Milburn2011-08-20 00:23:45 +0200
commite4a37322a6678aa3874d96ce131bebbccbdd7a44 (patch)
treec9075b5fbaa7cbefb0fb98df29370ab5c93eb6aa /engines/cge/events.cpp
parentc1807138fbb9dca4ff2d59f8c5ed39385716c6a0 (diff)
downloadscummvm-rg350-e4a37322a6678aa3874d96ce131bebbccbdd7a44.tar.gz
scummvm-rg350-e4a37322a6678aa3874d96ce131bebbccbdd7a44.tar.bz2
scummvm-rg350-e4a37322a6678aa3874d96ce131bebbccbdd7a44.zip
CGE: More misc cleanup.
Diffstat (limited to 'engines/cge/events.cpp')
-rw-r--r--engines/cge/events.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cge/events.cpp b/engines/cge/events.cpp
index 6e23b4e613..5af5a9ee3f 100644
--- a/engines/cge/events.cpp
+++ b/engines/cge/events.cpp
@@ -179,7 +179,6 @@ Mouse::Mouse(CGEEngine *vm) : Sprite(vm, NULL), _busy(NULL), _hold(NULL), _hx(0)
step(1);
}
-
Mouse::~Mouse() {
off();
}