1
0
Fork 0

(svn r1172) -Fix: [Network] Pressing CTRL+C in dedicated server now closed the server

release/0.4.5
truelight 2004-12-19 14:08:29 +00:00
parent 8c6c4e5262
commit 9bd54b592d
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ static int DedicatedVideoMainLoop()
#ifdef UNIX
signal(SIGTERM, DedicatedSignalHandler);
signal(SIGINT, DedicatedSignalHandler);
signal(SIGABRT, DedicatedSignalHandler);
#endif
// Load the dedicated server stuff