Skip to content
Snippets Groups Projects
Commit acbe2074 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Clear line counter before starting the user settings/config menu.

Fixes unnecessary [Hit a key] prompt.
parent 7a48bf0a
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -326,6 +326,7 @@ void sbbs_t::useredit(int usernumber)
editfile(str);
break;
case 'I':
lncntr = 0;
maindflts(&user);
break;
case 'J': /* Edit Minutes */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment