Renamed instance_variables to global_variables and iv to g.
This commit is contained in:
@@ -899,7 +899,7 @@ register int fd;
|
||||
#ifdef MFLOPPY
|
||||
gameDiskPrompt();
|
||||
#endif
|
||||
max_rank_sz(); /* to recompute iv.mrank_sz (botl.c) */
|
||||
max_rank_sz(); /* to recompute g.mrank_sz (botl.c) */
|
||||
/* take care of iron ball & chain */
|
||||
for (otmp = fobj; otmp; otmp = otmp->nobj)
|
||||
if (otmp->owornmask)
|
||||
|
||||
Reference in New Issue
Block a user