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

@@ -243,7 +243,7 @@ const struct instance_globals g_init = {
UNDEFINED_VALUES, /* clicklook_cc */
WIN_ERR, /* en_win */
FALSE, /* en_via_menu */
UNDEFINED_VALUE, /* last_multi */
UNDEFINED_VALUE, /* last_command_count */
/* dbridge.c */
UNDEFINED_VALUES, /* occupants */
@@ -256,7 +256,9 @@ const struct instance_globals g_init = {
UNDEFINED_VALUES, /* chosen_windowtype */
DUMMY, /* bases */
0, /* multi */
NULL, /* g.multi_reason */
UNDEFINED_VALUES, /* command_line */
0, /* command_count */
NULL, /* multi_reason */
0, /* nroom */
0, /* nsubroom */
0, /* occtime */