remove global

This commit is contained in:
Glenn Maynard
2006-11-02 04:54:39 +00:00
parent 32820b65e3
commit 39c60364be
-4
View File
@@ -17,11 +17,7 @@
void Screen::InitScreen( Screen *pScreen )
{
/* Set the name of the loading screen. */
LUA->SetGlobal( "LoadingScreen", pScreen->GetName() );
pScreen->Init();
LUA->UnsetGlobal( "LoadingScreen" );
}
Screen::~Screen()