Moved decl.c globals into instance globals.
This commit is contained in:
@@ -142,7 +142,7 @@ boolean exclude_cookie;
|
||||
(void) dlb_fclose(rumors);
|
||||
if (count >= 50)
|
||||
impossible("Can't find non-cookie rumor?");
|
||||
else if (!in_mklev) /* avoid exercizing wisdom for graffiti */
|
||||
else if (!g.in_mklev) /* avoid exercizing wisdom for graffiti */
|
||||
exercise(A_WIS, (adjtruth > 0));
|
||||
} else {
|
||||
couldnt_open_file(RUMORFILE);
|
||||
|
||||
Reference in New Issue
Block a user