Mulligan crash fix, multi-column screen alignment for multiplayer, Server Win32 compile fix

This commit is contained in:
unknown
2011-06-05 19:45:37 +02:00
parent a03bf8884f
commit 1bc05562cc
8 changed files with 93 additions and 57 deletions

View File

@@ -73,6 +73,7 @@ void myMessageOutput(QtMsgType /*type*/, const char *msg)
logger->logMessage(msg);
}
#ifdef Q_OS_UNIX
void sigSegvHandler(int sig)
{
if (sig == SIGSEGV)
@@ -82,6 +83,7 @@ void sigSegvHandler(int sig)
delete loggerThread;
raise(sig);
}
#endif
int main(int argc, char *argv[])
{