More globals moved to instance_globals.
This commit is contained in:
@@ -514,10 +514,10 @@ exerchk()
|
||||
exerper();
|
||||
|
||||
if (moves >= context.next_attrib_check) {
|
||||
debugpline1("exerchk: ready to test. multi = %d.", multi);
|
||||
debugpline1("exerchk: ready to test. multi = %d.", g.multi);
|
||||
}
|
||||
/* Are we ready for a test? */
|
||||
if (moves >= context.next_attrib_check && !multi) {
|
||||
if (moves >= context.next_attrib_check && !g.multi) {
|
||||
debugpline0("exerchk: testing.");
|
||||
/*
|
||||
* Law of diminishing returns (Part II):
|
||||
|
||||
Reference in New Issue
Block a user