Remove awful kludges dealing with command counts.

This commit is contained in:
Bart House
2021-01-30 19:06:27 -08:00
parent 38e69519d1
commit a54a8c6854
6 changed files with 35 additions and 29 deletions

View File

@@ -435,7 +435,8 @@ moveloop(boolean resuming)
domove();
} else {
--g.multi;
rhack(g.save_cm);
nhassert(g.command_count != 0);
rhack(g.command_line);
}
} else if (g.multi == 0) {
#ifdef MAIL