fix psp build, guiphasebar int order error.

This commit is contained in:
omegablast2002@yahoo.com
2011-08-03 16:27:28 +00:00
parent 5cd779094d
commit 46dfe03099

View File

@@ -10,8 +10,8 @@ class GuiPhaseBar: public GuiLayer
protected: protected:
Phase* phase; Phase* phase;
float angle; float angle;
float zoomFactor;
float zoomTarget; float zoomTarget;
float zoomFactor;
static GuiPhaseBar*instance; static GuiPhaseBar*instance;
public: public: