RD-2: Implemented W_Init. This adds W_InitMultipleFiles and W_CheckNumForName

This commit is contained in:
Jim
2026-05-22 21:24:32 +01:00
parent 5934aad39b
commit 67b515fd19
7 changed files with 253 additions and 14 deletions

2
.vscode/launch.json vendored
View File

@@ -16,7 +16,7 @@
}
},
"args": [
"./WADS/DOOM.WAD", "-dev", "@configs.txt", "-nomonsters", "-file", "test.WAD", "test2.WAD", "-skill", "3"
"./WADS/DOOM.WAD", "-dev", "-nomonsters", "-skill", "3"
],
"cwd": "${workspaceFolder}"
},