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

disalow reroll from sysop menu... uses the local display.

parent 9880a299
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,9 @@ maint(int level)
od_set_colour(L_GREEN, D_BLACK);
od_printf("[1] Cycle thru Status of All Players\n\r");
od_printf("[2] Cycle thru and Rename Players\n\r");
#ifdef TODO_LOCAL_DISPLAY
od_printf("[3] Reroll Current Game\n\r");
#endif
if (level == 1) {
od_set_colour(L_CYAN, D_BLACK);
od_printf("[A] Display: Smurf Player Records\n\r");
......@@ -111,11 +113,13 @@ maint(int level)
}
}
break;
#ifdef TODO_LOCAL_DISPLAY
case '3':
__NEW__main();
smurf_pause();
od_exit(10, FALSE);
break;
#endif
case 'A':
case 'a':
if (level == 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment