X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2Fnwn_advanced.c;h=db68a788d6c0d76504ed579ff7c304c9132aebb9;hb=refs%2Ftags%2Fupstream%2F1.5.pre1;hp=986baca0d2df39d30fe293f42ffed399ad365fd2;hpb=67fc54773e1504698e80c9cb83977bde32665350;p=ap-utils.git diff --git a/src/nwn_advanced.c b/src/nwn_advanced.c index 986baca..db68a78 100644 --- a/src/nwn_advanced.c +++ b/src/nwn_advanced.c @@ -21,7 +21,6 @@ #include #include #include "ap-utils.h" -#include "ap-curses.h" #include #define RATES_RECORD "[%d] %02.1fM\t%s" @@ -63,7 +62,7 @@ void advanced() sprintf(message, _("[A] ACK Window: %d"), ackwindow); mvwaddstr(main_sub, 2, 0, message); - print_title(_("Advanced Options")); + print_top(NULL, _("Advanced Options")); print_help(_("DA - options; W - write conf; Q - quit to menu")); wrefresh(main_sub); @@ -130,7 +129,7 @@ void advanced() exit: getch(); quit: - print_title(""); + print_top(NULL, NULL); clear_main(0); }