Skip to content
Snippets Groups Projects
Commit ea129f70 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Fix Ploadflat closing the game with "Too many flats in level" error message

parent 6bd5246e
No related branches found
No related tags found
No related merge requests found
......@@ -672,7 +672,7 @@ INT32 P_AddLevelFlat(const char *flatname, levelflat_t *levelflat)
//
INT32 P_AddLevelFlatRuntime(const char *flatname)
{
return Ploadflat(0, flatname);
return Ploadflat(levelflats, flatname);
}
// help function for $$$.sav checking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment