We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa0e3d commit 51ebaf9Copy full SHA for 51ebaf9
source/games/duke/src/gamedef.cpp
@@ -3291,7 +3291,7 @@ void loadcons()
3291
{
3292
// fix broken secret exit in WT's super secret map.
3293
// This cannot be done from an RMAPINFO definition because the conditions are too specific and must not override custom maps.
3294
- int num = fileSystem.CheckNumForName("e1l7.map");
+ int num = fileSystem.FindFile("e1l7.map");
3295
int file = fileSystem.GetFileContainer(num);
3296
if (file <= fileSystem.GetMaxIwadNum())
3297
0 commit comments