invent, youmonst, hackdir moved to g.
This commit is contained in:
@@ -220,7 +220,7 @@ int x, y;
|
||||
struct obj *otmp;
|
||||
|
||||
u.twoweap = 0; /* ensure curse() won't cause swapwep to drop twice */
|
||||
while ((otmp = invent) != 0) {
|
||||
while ((otmp = g.invent) != 0) {
|
||||
obj_extract_self(otmp);
|
||||
obj_no_longer_held(otmp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user