Fixed color bleed and made wiznet viewable in OLC --Rumble

This commit is contained in:
Rumble 2013-04-07 23:45:32 +00:00
parent bec211195b
commit d27f03899f
3 changed files with 5 additions and 7 deletions

View file

@ -703,9 +703,9 @@ void zedit_disp_levels(struct descriptor_data *d)
"\ty2\tn) Set maximum level recommendation\r\n"
"\ty3\tn) Clear level recommendations\r\n\r\n"
"\ty0\tn) Quit to main menu\r\n"
"\tgCurrent Setting: %s%s\r\n"
"\tgCurrent Setting: %s%s%s\r\n"
"\r\n"
"Enter choice (0 to quit): ", levels_set ? "\tc" : "\ty", lev_string
"Enter choice (0 to quit): ", levels_set ? "\tc" : "\ty", lev_string, "\tn"
);
OLC_MODE(d) = ZEDIT_LEVELS;
}