- Update to ZDoom r862

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@81 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
Christoph Oelckers 2008-03-28 09:56:50 +00:00
parent 69ffed978f
commit 44a4bd74ab
38 changed files with 390 additions and 334 deletions

View file

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