X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fmain.c;h=457143847899e17e4257b68843a108fd3cdd5f3b;hb=3a4e6fcaf5e774cda536d46e10287fcf8a1dfe85;hp=39837fefc9b02afa79e0bf7c164f67d7f3840504;hpb=c2cef1f0fa8fc32907d6f7fcdb4268c117dee71c;p=plomrogue diff --git a/src/main.c b/src/main.c index 39837fe..4571438 100644 --- a/src/main.c +++ b/src/main.c @@ -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();