Reset SIGWINCH to default before starting game to prevent that window resizes

during play cause disconnects.


git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@110 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Jilles Tjoelker 2004-01-06 14:27:56 +00:00
parent 67ebb9ea09
commit c2be1a8882
1 changed files with 1 additions and 0 deletions

View File

@ -1439,6 +1439,7 @@ main (int argc, char** argv)
purge_stale_locks ();
endwin ();
signal(SIGWINCH, SIG_DFL);
/* environment */
snprintf (atrcfilename, 81, "@%s", rcfilename);