mirror of https://github.com/OpenTTD/OpenTTD
(svn r1172) -Fix: [Network] Pressing CTRL+C in dedicated server now closed the server
parent
8c6c4e5262
commit
9bd54b592d
|
@ -167,6 +167,7 @@ static int DedicatedVideoMainLoop()
|
|||
#ifdef UNIX
|
||||
signal(SIGTERM, DedicatedSignalHandler);
|
||||
signal(SIGINT, DedicatedSignalHandler);
|
||||
signal(SIGABRT, DedicatedSignalHandler);
|
||||
#endif
|
||||
|
||||
// Load the dedicated server stuff
|
||||
|
|
Loading…
Reference in New Issue