- attempt to fix segfault on ubuntu 10.04

This commit is contained in:
Mark Vejvoda
2011-01-29 22:17:37 +00:00
parent f3a1b7534e
commit fe51ccee48
2 changed files with 14 additions and 5 deletions

View File

@@ -91,6 +91,7 @@ private:
float backBrightness, gridBrightness, lightBrightness;
int lastX, lastY;
Renderer::PlayerColor playerColor;
bool initTextureManager;
std::vector<UnitParticleSystemType *> unitParticleSystemTypes;
std::vector<UnitParticleSystem *> unitParticleSystems;