More globals moved to instance_globals.

This commit is contained in:
Bart House
2018-12-19 21:26:35 -08:00
parent b7a0e69998
commit 576eece500
65 changed files with 498 additions and 505 deletions

View File

@@ -192,7 +192,7 @@ xchar x, y;
for (i = 0; i < NATTK; i++) {
/* first of two kicks might have provoked counterattack
that has incapacitated the hero (ie, floating eye) */
if (multi < 0)
if (g.multi < 0)
break;
uattk = &youmonst.data->mattk[i];