mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-09 03:42:58 -08:00
Mulligan crash fix, multi-column screen alignment for multiplayer, Server Win32 compile fix
This commit is contained in:
@@ -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[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user