mirror of
https://github.com/glest/glest-source.git
synced 2025-10-03 02:41:50 +02:00
Bugfix for trace bug#: 2984991
falling back to english text for scenarios text. - Also added more error checking and commented out some excessive debug output statements.
This commit is contained in:
@@ -221,6 +221,8 @@ void MainWindow::eventKeyDown(char key){
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
}
|
||||
}
|
||||
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
}
|
||||
|
||||
void MainWindow::eventKeyUp(char key){
|
||||
|
Reference in New Issue
Block a user