summaryrefslogtreecommitdiff
path: root/src/strife/p_dialog.c
diff options
context:
space:
mode:
authorJames Haley2010-09-19 21:46:22 +0000
committerJames Haley2010-09-19 21:46:22 +0000
commitd48b48bd9a0657b81af7769dbf364dcac69eb783 (patch)
tree6f314d8f237d076385381e405d81ef2e4be8472b /src/strife/p_dialog.c
parentffb95c420a3037021f352fa35268a9750bed37f5 (diff)
downloadchocolate-doom-d48b48bd9a0657b81af7769dbf364dcac69eb783.tar.gz
chocolate-doom-d48b48bd9a0657b81af7769dbf364dcac69eb783.tar.bz2
chocolate-doom-d48b48bd9a0657b81af7769dbf364dcac69eb783.zip
Functional inventory status bar cursor and item rendering. Fix for
P_GiveInventoryItem to return proper value at end of function. Subversion-branch: /branches/strife-branch Subversion-revision: 2124
Diffstat (limited to 'src/strife/p_dialog.c')
-rw-r--r--src/strife/p_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_dialog.c b/src/strife/p_dialog.c
index acd5a420..a7ef8107 100644
--- a/src/strife/p_dialog.c
+++ b/src/strife/p_dialog.c
@@ -686,7 +686,7 @@ boolean P_GiveInventoryItem(player_t *player, int sprnum, mobjtype_t type)
else
ok = false;
- return true;
+ return ok;
}
//