mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
Should have been disabled for Mac. indy3/loom.
Fixes distaff position svn-id: r13423
This commit is contained in:
parent
bf10f5a616
commit
ce7239115b
@ -1357,8 +1357,8 @@ int ScummEngine::scummLoop(int delta) {
|
||||
VAR(VAR_VIRT_MOUSE_Y) = _virtualMouse.y;
|
||||
VAR(VAR_MOUSE_X) = _mouse.x;
|
||||
VAR(VAR_MOUSE_Y) = _mouse.y;
|
||||
if ((_features & GF_MACINTOSH) && (_version == 3)) {
|
||||
// This is for the Mac version of Indy3/Loom
|
||||
if (!((_features & GF_MACINTOSH) && (_version == 3))) {
|
||||
// This is NOT for the Mac version of Indy3/Loom
|
||||
VAR(VAR_DEBUGMODE) = _debugMode;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user