mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
pfKI is dead, long live pfKI!
This commit is contained in:
@ -187,7 +187,6 @@ plClient::plClient()
|
|||||||
fLinkEffectsMgr(nil),
|
fLinkEffectsMgr(nil),
|
||||||
fProgressBar(nil),
|
fProgressBar(nil),
|
||||||
fGameGUIMgr(nil),
|
fGameGUIMgr(nil),
|
||||||
fKIGUIGlue(nil),
|
|
||||||
fWindowActive(false),
|
fWindowActive(false),
|
||||||
fAnimDebugList(nil),
|
fAnimDebugList(nil),
|
||||||
fClampCap(-1),
|
fClampCap(-1),
|
||||||
@ -346,12 +345,6 @@ bool plClient::Shutdown()
|
|||||||
if (fPageMgr)
|
if (fPageMgr)
|
||||||
fPageMgr->Reset();
|
fPageMgr->Reset();
|
||||||
|
|
||||||
if( fKIGUIGlue != nil )
|
|
||||||
{
|
|
||||||
fKIGUIGlue->UnRegisterAs( kKIGUIGlue_KEY );
|
|
||||||
fKIGUIGlue = nil;
|
|
||||||
}
|
|
||||||
|
|
||||||
if( fTransitionMgr != nil )
|
if( fTransitionMgr != nil )
|
||||||
{
|
{
|
||||||
fTransitionMgr->UnRegisterAs( kTransitionMgr_KEY );
|
fTransitionMgr->UnRegisterAs( kTransitionMgr_KEY );
|
||||||
@ -1781,7 +1774,7 @@ bool plClient::IDraw()
|
|||||||
// tends to cause a device reload each frame.
|
// tends to cause a device reload each frame.
|
||||||
if (fDone)
|
if (fDone)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (plProgressMgr::GetInstance()->IsActive())
|
if (plProgressMgr::GetInstance()->IsActive())
|
||||||
return IDrawProgress();
|
return IDrawProgress();
|
||||||
|
|
||||||
|
@ -123,8 +123,6 @@ protected:
|
|||||||
pfConsoleEngine* fConsoleEngine;
|
pfConsoleEngine* fConsoleEngine;
|
||||||
pfConsole* fConsole;
|
pfConsole* fConsole;
|
||||||
|
|
||||||
pfKI *fKIGUIGlue;
|
|
||||||
|
|
||||||
bool fDone;
|
bool fDone;
|
||||||
bool fWindowActive;
|
bool fWindowActive;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user