From 3fc2b945a86e4f7f27d7250a31b06d9cf432f757 Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Sun, 12 Sep 2010 00:45:40 +0000 Subject: + return fix for P_ItemBehavior Subversion-branch: /branches/strife-branch Subversion-revision: 2069 --- src/strife/p_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/p_user.c') diff --git a/src/strife/p_user.c b/src/strife/p_user.c index 80f33929..fa0e3f28 100644 --- a/src/strife/p_user.c +++ b/src/strife/p_user.c @@ -862,5 +862,5 @@ boolean P_ItemBehavior(player_t* player, int item) break; } - return true; + return false; } -- cgit v1.2.3