summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/strife/p_dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/p_dialog.c b/src/strife/p_dialog.c
index 804084e4..a18fec7d 100644
--- a/src/strife/p_dialog.c
+++ b/src/strife/p_dialog.c
@@ -762,6 +762,7 @@ boolean P_GiveItemToPlayer(player_t *player, int sprnum, mobjtype_t type)
case SPR_CHST: // 50 gold
for(i = 0; i < 50; i++)
P_GiveInventoryItem(player, SPR_COIN, MT_MONY_1);
+ break; // haleyjd 20141215: missing break, caused Rowan to not take ring from you.
case SPR_BBOX: // Box of Bullets
if(!P_GiveAmmo(player, am_bullets, 5))