FREESCAPE: corrected an entry in the ECD map in dark

This commit is contained in:
neuromancer 2024-08-17 10:45:22 +02:00
parent f70e36b53f
commit d510c96ec5

View File

@ -299,9 +299,9 @@ bool DarkEngine::tryDestroyECDFullGame(int index) {
case 8:
assert(index <= 1);
if (index == 0)
return true;
else if (index == 1)
return !(checkECD(18, 0) && checkECD(10, 0)); // Check both
else if (index == 1)
return true;
break;
case 10:
@ -407,7 +407,7 @@ bool DarkEngine::tryDestroyECDFullGame(int index) {
bool DarkEngine::tryDestroyECD(int index) {
if (isDemo()) {
if (index == 1) {
if (index == 0) {
return false;
}
return true;