mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
Mouse glitch no longer seems to occur in Elvira 1.
svn-id: r26910
This commit is contained in:
parent
5e1af6f479
commit
49336a857e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user