mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-31 00:06:45 +01:00
(svn r1172) -Fix: [Network] Pressing CTRL+C in dedicated server now closed the server
This commit is contained in:
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
Block a user