Collect effects errors to show on summary window

This commit is contained in:
Amadeus Folego
2014-12-29 00:27:11 -02:00
parent 1459be1a2c
commit 3dd1da4e25
4 changed files with 7 additions and 22 deletions

View File

@@ -40,8 +40,7 @@
#include "GuiApplication.h"
bool Engine::s_suppressMessages = false;
bool Engine::s_hasGUI = true;
float Engine::s_framesPerTick;
Mixer* Engine::s_mixer = NULL;
FxMixer * Engine::s_fxMixer = NULL;