- Attempt at solving issue 247 (missing background image for trophy room). I think I attempted that a while ago and it caused some crashes, so let's revert this change if this happens
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-09-26 06:22:46 +00:00
parent 04ae98466b
commit ac435980ce
6 changed files with 23 additions and 13 deletions

View File

@@ -14,8 +14,6 @@ class GameStateAwards: public GameState, public JGuiListener
private:
WGuiList * listview;
WGuiMenu * detailview;
JQuad * mBg;
JTexture * mBgTex;
WSrcCards * setSrc;
SimpleMenu * menu;
bool showMenu;