Fix conflict with <Someone>'s warning fix that I messed up on.
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ register struct obj *sobj;
|
|||||||
if (youmonst.data == &mons[PM_GOLD_GOLEM]) {
|
if (youmonst.data == &mons[PM_GOLD_GOLEM]) {
|
||||||
Sprintf(buf, "You feel like a million %s!",
|
Sprintf(buf, "You feel like a million %s!",
|
||||||
currency(2L));
|
currency(2L));
|
||||||
} else if (sobj && hidden_gold() ||
|
} else if (hidden_gold() ||
|
||||||
#ifndef GOLDOBJ
|
#ifndef GOLDOBJ
|
||||||
u.ugold)
|
u.ugold)
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user