- removed the last static character arrays from FLevelLocals.
This commit is contained in:
parent
e49e926bd9
commit
24886b6734
18 changed files with 61 additions and 74 deletions
|
|
@ -3559,7 +3559,7 @@ void P_FreeExtraLevelData()
|
|||
//
|
||||
|
||||
// [RH] position indicates the start spot to spawn at
|
||||
void P_SetupLevel (char *lumpname, int position)
|
||||
void P_SetupLevel (const char *lumpname, int position)
|
||||
{
|
||||
cycle_t times[20];
|
||||
FMapThing *buildthings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue