mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Mulligan crash fix, multi-column screen alignment for multiplayer, Server Win32 compile fix
This commit is contained in:
parent
a03bf8884f
commit
1bc05562cc
8 changed files with 93 additions and 57 deletions
|
|
@ -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[])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue