mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- fixed incorrect name for last RR map.
This commit is contained in:
parent
dc6e7c52c1
commit
30ebd18680
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ inline void InitRREndMap()
|
||||||
{
|
{
|
||||||
// RR defines its end map ad-hoc so give it a proper entry to reference (the last one in episode 2 because it needs to be in Ep. 2.)
|
// RR defines its end map ad-hoc so give it a proper entry to reference (the last one in episode 2 because it needs to be in Ep. 2.)
|
||||||
mapList[127].SetName("$TXT_CLOSEENCOUNTERS");
|
mapList[127].SetName("$TXT_CLOSEENCOUNTERS");
|
||||||
mapList[127].SetFileName("endmap.map");
|
mapList[127].SetFileName("endgame.map");
|
||||||
}
|
}
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
|
Loading…
Reference in a new issue