Jeck - More minor fixes.

This commit is contained in:
wagic.jeck
2010-02-03 14:45:05 +00:00
parent 657abc2714
commit d37d080752

View File

@@ -10,7 +10,16 @@
#include "../include/GameOptions.h"
GameStateShop::GameStateShop(GameApp* parent): GameState(parent) {}
GameStateShop::GameStateShop(GameApp* parent): GameState(parent) {
shop = NULL;
for(int i=0;i<8;i++)
altThumb[i] = NULL;
mBack = NULL;
mBg = NULL;
mBgTex = NULL;
taskList = NULL;
menu = NULL;
}
GameStateShop::~GameStateShop() {