remove unused globals: save_cm, was_waterlevel

From entrez.  Since restoring was removed separately it was easier
to edit the files manually than to use his diff.
This commit is contained in:
PatR
2021-10-12 11:41:56 -07:00
parent 9c667501b6
commit 5350f049b2
3 changed files with 2 additions and 10 deletions

View File

@@ -262,7 +262,6 @@ const struct instance_globals g_init = {
NULL, /* stairs */
DUMMY, /* smeq */
0, /* doorindex */
NULL, /* save_cm */
0, /* done_money */
0L, /* domove_attempting */
0L, /* domove_succeeded */
@@ -466,7 +465,6 @@ const struct instance_globals g_init = {
/* mkmaze.c */
{ {COLNO, ROWNO, 0, 0}, {COLNO, ROWNO, 0, 0} }, /* bughack */
FALSE, /* was_waterlevel */
UNDEFINED_PTR, /* bbubbles */
UNDEFINED_PTR, /* ebubbles */
UNDEFINED_PTR, /* wportal */