Changes to last commit. Maybe add FW_LUA, FW_SOUND, etc definitions further

This commit is contained in:
Henrique
2012-07-12 00:55:18 -03:00
parent 962e9c7d16
commit 9523b5cde5
3 changed files with 5 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ void Logger::log(Fw::LogLevel level, const std::string& message)
}
if(level == Fw::LogFatal) {
#ifdef OTCLIENT
#ifdef FW_WINDOW
g_window.displayFatalError(message);
#endif
ignoreLogs = true;