Merge branch 'master' of https://github.com/rheit/zdoom
# Conflicts: # src/g_level.cpp
This commit is contained in:
commit
18ebe92cfc
18 changed files with 343 additions and 198 deletions
|
|
@ -524,6 +524,14 @@ void P_SerializeThinkers (FArchive &arc, bool hubLoad)
|
|||
DThinker::SerializeAll (arc, hubLoad);
|
||||
}
|
||||
|
||||
void P_DestroyThinkers(bool hubLoad)
|
||||
{
|
||||
if (hubLoad)
|
||||
DThinker::DestroyMostThinkers();
|
||||
else
|
||||
DThinker::DestroyAllThinkers();
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// ArchiveSounds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue