mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- added compatibility handler for Phocas Island 2 MAP01.
This commit is contained in:
parent
71cc93f42c
commit
81e42142af
1 changed files with 6 additions and 0 deletions
|
@ -2158,6 +2158,12 @@ class LevelCompatibility : LevelPostProcessor
|
||||||
SetThingEdNum(59, 3);
|
SetThingEdNum(59, 3);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case '3F0965ADCEB2F4A7BF46FADF6DD941B0': // phocas2.wad map01
|
||||||
|
{
|
||||||
|
SetThingEdNum(699, 9044);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue