Fix merge mistake.

This commit is contained in:
Bart House
2018-12-25 18:44:17 -08:00
parent 06f8450be1
commit 8262b6f082

View File

@@ -40,7 +40,7 @@ get_strength_str()
void
check_gold_symbol()
{
nhsym goldch = showsyms[COIN_CLASS + SYM_OFF_O];
nhsym goldch = g.showsyms[COIN_CLASS + SYM_OFF_O];
iflags.invis_goldsym = (goldch <= (nhsym) ' ');
}