Skip to content
Snippets Groups Projects
Commit a9dc5cc1 authored by rswindell's avatar rswindell
Browse files

Added @RESETPAUSE@ code to reset line counter and default auto-pause.

parent 2758e241
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,9 @@ int sbbs_t::atcodes(char *instr)
else if(!strcmp(sp,"PAUSE") || !strcmp(sp,"MORE"))
pause();
else if(!strcmp(sp,"RESETPAUSE"))
lncntr=0;
else if(!strcmp(sp,"NOPAUSE") || !strcmp(sp,"POFF"))
sys_status^=SS_PAUSEOFF;
......
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