Oops
svn-id: r10008
This commit is contained in:
parent
94ec5238c9
commit
93d262a01f
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ void Scumm::launch() {
|
||||||
if (_version < 7)
|
if (_version < 7)
|
||||||
VAR(VAR_VERSION) = 21;
|
VAR(VAR_VERSION) = 21;
|
||||||
|
|
||||||
if (!(_features & GF_MACINTOSH) && (_version == 3)) {
|
if (!((_features & GF_MACINTOSH) && (_version == 3))) {
|
||||||
// This is the for the Mac version of Indy3/Loom
|
// This is the for the Mac version of Indy3/Loom
|
||||||
VAR(VAR_DEBUGMODE) = _debugMode;
|
VAR(VAR_DEBUGMODE) = _debugMode;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue