mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed RR's transition to its final map.
This commit is contained in:
parent
3455610031
commit
52ddac21b0
1 changed files with 1 additions and 1 deletions
|
@ -1979,7 +1979,7 @@ void loadcons()
|
|||
auto maprec1 = FindMapByLevelNum(levelnum(1, 6));
|
||||
auto maprec2 = FindMapByLevelNum(levelnum(1, 7));
|
||||
auto maprec3 = FindMapByName("endgame");
|
||||
int num3 = fileSystem.CheckNumForName("endgame.map");
|
||||
int num3 = fileSystem.FindFile("endgame.map");
|
||||
if (maprec1 && !maprec2 && !maprec3 && num3 >= 0)
|
||||
{
|
||||
auto maprec = AllocateMap();
|
||||
|
|
Loading…
Reference in a new issue