Mouse glitch no longer seems to occur in Elvira 1.

svn-id: r26910
This commit is contained in:
Travis Howell 2007-05-22 10:51:24 +00:00
parent 5e1af6f479
commit 49336a857e

View File

@ -1145,10 +1145,6 @@ void AGOSEngine::vc33_setMouseOn() {
}
void AGOSEngine::vc34_setMouseOff() {
// FIXME
if (getGameType() == GType_ELVIRA1 && !(getFeatures() & GF_DEMO))
return;
mouseOff();
_mouseHideCount = 200;
_leftButtonDown = 0;