Skip to content
Snippets Groups Projects
Commit ab0e3490 authored by deuce's avatar deuce
Browse files

More local dispaly removal.

parent fc09f37a
Branches
Tags
No related merge requests found
......@@ -31,9 +31,11 @@ maint(int level)
/* fclose(stream); */
do {
od_clr_scr();
#ifdef TODO_LOCAL_DISPLAY
gotoxy(1, 20);
printf("Local ECho Only: Press Alt-C To Chat!");
gotoxy(1, 1);
#endif
od_set_colour(L_YELLOW, D_BLACK);
od_printf("\n\rLevel %d (%s) ", level, leveln[level]);
od_set_colour(L_RED, D_BLACK);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment