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

@@ -701,7 +701,7 @@ struct instance_globals {
coord clicklook_cc;
winid en_win;
boolean en_via_menu;
int last_multi;
long last_command_count;
/* dbridge.c */
struct entity occupants[ENTITIES];
@@ -714,6 +714,8 @@ struct instance_globals {
char chosen_windowtype[WINTYPELEN];
int bases[MAXOCLASSES + 1];
int multi;
char command_line[COLNO];
long command_count;
const char *multi_reason;
int nroom;
int nsubroom;