home · contact · privacy
Some further refactorisation and comments improvements in wincontrol library.
[plomrogue] / src / main.c
index 39837fefc9b02afa79e0bf7c164f67d7f3840504..457143847899e17e4257b68843a108fd3cdd5f3b 100644 (file)
@@ -159,7 +159,7 @@ int main(int argc, char *argv[])
     keypad(world.wmeta->screen, TRUE);
     raw();
     load_interface_conf();
-    set_cleanup_flag(CLEANUP_INTERFACE_CONF);
+    set_cleanup_flag(CLEANUP_INTERFACE);
 
     /* Focus map on player. */
     struct MapObj * player = get_player();