1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

pfKI is dead, long live pfKI!

This commit is contained in:
2014-05-03 17:20:31 -04:00
parent b426d2faf0
commit 1d18288779
2 changed files with 1 additions and 10 deletions

View File

@ -187,7 +187,6 @@ plClient::plClient()
fLinkEffectsMgr(nil),
fProgressBar(nil),
fGameGUIMgr(nil),
fKIGUIGlue(nil),
fWindowActive(false),
fAnimDebugList(nil),
fClampCap(-1),
@ -346,12 +345,6 @@ bool plClient::Shutdown()
if (fPageMgr)
fPageMgr->Reset();
if( fKIGUIGlue != nil )
{
fKIGUIGlue->UnRegisterAs( kKIGUIGlue_KEY );
fKIGUIGlue = nil;
}
if( fTransitionMgr != nil )
{
fTransitionMgr->UnRegisterAs( kTransitionMgr_KEY );
@ -1781,7 +1774,7 @@ bool plClient::IDraw()
// tends to cause a device reload each frame.
if (fDone)
return true;
if (plProgressMgr::GetInstance()->IsActive())
return IDrawProgress();

View File

@ -123,8 +123,6 @@ protected:
pfConsoleEngine* fConsoleEngine;
pfConsole* fConsole;
pfKI *fKIGUIGlue;
bool fDone;
bool fWindowActive;