Even more globals moved to instance_globals.

This commit is contained in:
Bart House
2018-11-24 19:27:56 -08:00
parent e4ab048c90
commit f312b8cfe6
13 changed files with 315 additions and 301 deletions

View File

@@ -1436,7 +1436,7 @@ register struct obj *obj;
return (wt ? wt * (int) obj->quan : ((int) obj->quan + 1) >> 1);
}
static int treefruits[] = { APPLE, ORANGE, PEAR, BANANA, EUCALYPTUS_LEAF };
static const int treefruits[] = { APPLE, ORANGE, PEAR, BANANA, EUCALYPTUS_LEAF };
struct obj *
rnd_treefruit_at(x, y)