From 31e434dcf1e46510606efa3025c24c17ace379c6 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 24 Nov 2004 00:14:21 +0000 Subject: Fix a`ll engines. They work, though current fix is just temporary. There are plans to add some brains to GameDetector class, which will let us avoid passing detector to init() method. svn-id: r15873 --- backends/sdl/graphics.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'backends') diff --git a/backends/sdl/graphics.cpp b/backends/sdl/graphics.cpp index ea16da6694..81bd672c9a 100644 --- a/backends/sdl/graphics.cpp +++ b/backends/sdl/graphics.cpp @@ -1062,8 +1062,6 @@ void OSystem_SDL::toggleMouseGrab() { } void OSystem_SDL::draw_mouse() { - assert (_transactionMode == kTransactionNone); - if (_mouseDrawn || !_mouseVisible) return; -- cgit v1.2.3