Moved decl.c globals into instance globals.

This commit is contained in:
Bart House
2018-12-22 18:44:22 -08:00
parent 6c0df43a17
commit 74edf42f1c
83 changed files with 818 additions and 824 deletions

View File

@@ -301,7 +301,7 @@ found:
Strcpy(namebuf, OBJ_DESCR(objects[new_obj->otyp]));
wipeout_text(namebuf, (6 + MAXULEV - u.ulevel) / 6, 0);
} else
Sprintf(namebuf, "%s was here!", plname);
Sprintf(namebuf, "%s was here!", g.plname);
You("write \"%s\" and the scroll disappears.", namebuf);
useup(paper);
}