Skip to content

Commit

Permalink
server now exits on SIGINT, woot
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Stan authored and amstan committed Aug 6, 2010
1 parent caa26cd commit 93f5b15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ static bool rundedicated = true;
void quit()
{
rundedicated = false;
exit(1);
}

void server_sigint(int signal)
Expand Down

0 comments on commit 93f5b15

Please sign in to comment.