]> skyeroc.xyz Git - dgamelaunch/commitdiff
oops, big bug
authorJoshua Kwan <joshk@triplehelix.org>
Sun, 4 Jan 2004 02:20:54 +0000 (02:20 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Sun, 4 Jan 2004 02:20:54 +0000 (02:20 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@67 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgamelaunch.c

index 3199717e3d55c4482c3fe8bf3a1bf481d236238e..e8c3328195331f01add3162ed521de52220e7f7e 100644 (file)
@@ -1281,9 +1281,9 @@ main (void)
 
   assert (loggedin);
 
-  endwin ();
-
   purge_stale_locks ();
+  
+  endwin ();
 
   /* environment */
   snprintf (atrcfilename, 81, "@%s", rcfilename);