Fixed the PSP build. Turns out that the make file wasn't properly cleaning out the .pch file when running make clean. Also renamed JgeRect to JRect for consistency with other class definitions in JTypes.

This commit is contained in:
wrenczes@gmail.com
2010-11-20 06:34:13 +00:00
parent 3725958fc3
commit e0872b852d
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ protected:
int mBgY;
const JTexture* mBg;
PIXEL_TYPE mShadingColor;
JgeRect* mShadingBg;
JRect* mShadingBg;
JGuiListener* mListener;
//int mKeyHoldTime;