0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-21 02:11:06 +00:00

- 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

View file

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