- Update to ZDoom r860

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@80 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
Christoph Oelckers 2008-03-27 23:36:32 +00:00
parent a2b23a7e43
commit 69ffed978f
22 changed files with 109 additions and 80 deletions

View file

@ -249,6 +249,7 @@ static void UnWTS (void)
static void FinalGC()
{
Args = NULL;
bglobal = NULL;
GC::FullGC();
}