|
|
@ -55,9 +55,9 @@ plProgressMgr *plProgressMgr::fManager = nil; |
|
|
|
|
|
|
|
|
|
|
|
char* plProgressMgr::fImageRotation[LOADING_RES_COUNT]; |
|
|
|
char* plProgressMgr::fImageRotation[LOADING_RES_COUNT]; |
|
|
|
|
|
|
|
|
|
|
|
int plProgressMgr::fStaticTextIDs[] = { |
|
|
|
char* plProgressMgr::fStaticTextIDs[] = { |
|
|
|
0, |
|
|
|
"xLoading_Linking_Text.png", |
|
|
|
IDR_LOADING_UPDATETEXT, |
|
|
|
"xLoading_Updating_Text.png" |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
//// Constructor & Destructor ////////////////////////////////////////////////
|
|
|
|
//// Constructor & Destructor ////////////////////////////////////////////////
|
|
|
@ -234,7 +234,7 @@ char* plProgressMgr::GetLoadingFrameID(int index) |
|
|
|
return fImageRotation[0]; |
|
|
|
return fImageRotation[0]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
int plProgressMgr::GetStaticTextID(StaticText staticTextType) |
|
|
|
char* plProgressMgr::GetStaticTextID(StaticText staticTextType) |
|
|
|
{ |
|
|
|
{ |
|
|
|
return fStaticTextIDs[staticTextType]; |
|
|
|
return fStaticTextIDs[staticTextType]; |
|
|
|
} |
|
|
|
} |
|
|
|