mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 16:58:26 +00:00
FREESCAPE: corrected an entry in the ECD map in dark
This commit is contained in:
parent
f70e36b53f
commit
d510c96ec5
@ -299,9 +299,9 @@ bool DarkEngine::tryDestroyECDFullGame(int index) {
|
|||||||
case 8:
|
case 8:
|
||||||
assert(index <= 1);
|
assert(index <= 1);
|
||||||
if (index == 0)
|
if (index == 0)
|
||||||
return true;
|
|
||||||
else if (index == 1)
|
|
||||||
return !(checkECD(18, 0) && checkECD(10, 0)); // Check both
|
return !(checkECD(18, 0) && checkECD(10, 0)); // Check both
|
||||||
|
else if (index == 1)
|
||||||
|
return true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 10:
|
case 10:
|
||||||
@ -407,7 +407,7 @@ bool DarkEngine::tryDestroyECDFullGame(int index) {
|
|||||||
|
|
||||||
bool DarkEngine::tryDestroyECD(int index) {
|
bool DarkEngine::tryDestroyECD(int index) {
|
||||||
if (isDemo()) {
|
if (isDemo()) {
|
||||||
if (index == 1) {
|
if (index == 0) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user