- added compatibility handler for Phocas Island 2 MAP01.

This commit is contained in:
Christoph Oelckers 2023-09-16 09:25:21 +02:00
parent 71cc93f42c
commit 81e42142af
1 changed files with 6 additions and 0 deletions

View File

@ -2158,6 +2158,12 @@ class LevelCompatibility : LevelPostProcessor
SetThingEdNum(59, 3);
break;
}
case '3F0965ADCEB2F4A7BF46FADF6DD941B0': // phocas2.wad map01
{
SetThingEdNum(699, 9044);
break;
}
}
}
}