mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +00:00
Revert "Fix Ploadflat closing the game with "Too many flats in level" error message"
This reverts commit ea129f701c
.
This commit is contained in:
parent
b38921ff53
commit
9cd101c68d
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ INT32 P_AddLevelFlat(const char *flatname, levelflat_t *levelflat)
|
|||
//
|
||||
INT32 P_AddLevelFlatRuntime(const char *flatname)
|
||||
{
|
||||
return Ploadflat(levelflats, flatname);
|
||||
return Ploadflat(0, flatname);
|
||||
}
|
||||
|
||||
// help function for $$$.sav checking
|
||||
|
|
Loading…
Reference in a new issue