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

@@ -58,16 +58,6 @@ public:
static bool hasGUI();
static void setSuppressMessages( bool _on )
{
s_suppressMessages = _on;
}
static bool suppressMessages()
{
return !hasGUI() || s_suppressMessages;
}
// core
static Mixer *mixer()
{
@@ -127,7 +117,7 @@ private:
delete tmp;
}
static bool s_suppressMessages;
static bool s_hasGUI;
static float s_framesPerTick;
// core