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:
@ -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();
|
||||
|
||||
|
@ -123,8 +123,6 @@ protected:
|
||||
pfConsoleEngine* fConsoleEngine;
|
||||
pfConsole* fConsole;
|
||||
|
||||
pfKI *fKIGUIGlue;
|
||||
|
||||
bool fDone;
|
||||
bool fWindowActive;
|
||||
|
||||
|
Reference in New Issue
Block a user