From 1870f09d3131ea6b9e2646343e5191cda614b49b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 10 Jul 2011 14:51:22 +1000 Subject: CGE: Fix several allocation mismatches and Valgrind issues --- engines/cge/events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cge/events.cpp') diff --git a/engines/cge/events.cpp b/engines/cge/events.cpp index 6168dd15a8..71110c4067 100644 --- a/engines/cge/events.cpp +++ b/engines/cge/events.cpp @@ -154,7 +154,7 @@ Mouse::Mouse(CGEEngine *vm) : Sprite(vm, NULL), _busy(NULL), _hold(NULL), _hx(0) _buttons = 0; _busy = NULL; _active = false; - + _flags._kill = true; setSeq(ms); BMP_PTR *MC = new BMP_PTR[3]; -- cgit v1.2.3