mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
Limit Evlira 1 mouse hack to full version
svn-id: r24677
This commit is contained in:
parent
050c9e5bfb
commit
7dc85a36ac
@ -1089,10 +1089,11 @@ void AGOSEngine::vc33_setMouseOn() {
|
||||
|
||||
void AGOSEngine::vc34_setMouseOff() {
|
||||
// FIXME
|
||||
if (getGameType() != GType_ELVIRA1) {
|
||||
mouseOff();
|
||||
_mouseHideCount = 200;
|
||||
}
|
||||
if (getGameType() == GType_ELVIRA1 && !(getFeatures() & GF_DEMO))
|
||||
return;
|
||||
|
||||
mouseOff();
|
||||
_mouseHideCount = 200;
|
||||
_leftButtonDown = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user