mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-16 02:59:10 +00:00
(svn r1172) -Fix: [Network] Pressing CTRL+C in dedicated server now closed the server
This commit is contained in:
@@ -167,6 +167,7 @@ static int DedicatedVideoMainLoop()
|
||||
#ifdef UNIX
|
||||
signal(SIGTERM, DedicatedSignalHandler);
|
||||
signal(SIGINT, DedicatedSignalHandler);
|
||||
signal(SIGABRT, DedicatedSignalHandler);
|
||||
#endif
|
||||
|
||||
// Load the dedicated server stuff
|
||||
|
Reference in New Issue
Block a user