- attempt at fixing some crashes in shop (related to bad usage of the cache)
- Fix typo reported with Qumulox
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-10-03 07:36:01 +00:00
parent 33d8ad5e9b
commit c3c5d893d1
4 changed files with 3 additions and 15 deletions

View File

@@ -56,8 +56,6 @@ class GameStateShop: public GameState, public JGuiListener
WSrcCards * srcCards;
JTexture * altThumb[8];
JQuad * mBack;
JQuad * mBg;
JTexture * mBgTex;
TaskList * taskList;
float mElapsed;
WGuiMenu * shopMenu;