- 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
-2
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;
+3
View File
@@ -13,6 +13,8 @@
#endif
#include "limits.h"
@@ -49,6 +51,7 @@
#endif
// Debug options - comment/uncomment as needed
//#define DEBUG_CACHE
#ifdef _DEBUG
//#define RENDER_AI_STATS
#endif