U666 - inserting gold into a container

The special-case code for the full menu style lacked an #ifndef GOLDOBJ
to handle the case where gold is the only thing in the hero was carrying.
This commit is contained in:
cohrs
2003-10-01 03:37:55 +00:00
parent 1e2d502ac6
commit d91171b491
2 changed files with 7 additions and 1 deletions

View File

@@ -38,6 +38,8 @@ if the monster that a statue represents is not made of flesh then don't
attempting to saddle a cockatrice while wearing gloves shouldn't stone you
kicking a closed drawbridge and dieing should not say "kicking a wall"
cannot get blessed potions from sink, remove unreachable message
couldn't insert gold into a container using full menu style if no other
objects in inventory unless compiling with GOLDOBJ
Platform- and/or Interface-Specific Fixes