summaryrefslogtreecommitdiff
path: root/src/strife/p_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_user.c')
-rw-r--r--src/strife/p_user.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strife/p_user.c b/src/strife/p_user.c
index 704985e6..4d52001c 100644
--- a/src/strife/p_user.c
+++ b/src/strife/p_user.c
@@ -46,6 +46,7 @@
#define LOOKDOWNMAX -110 // villsa [STRIFE]
+boolean P_UseInventoryItem(player_t* player, int item); // fraggle [STRIFE]
void P_DropInventoryItem(player_t* player, int sprite); // villsa [STRIFE]
boolean P_ItemBehavior(player_t* player, int item); // villsa [STRIFE]
static char useinventorymsg[44]; // villsa [STRIFE]
@@ -858,4 +859,4 @@ boolean P_ItemBehavior(player_t* player, int item)
}
return true;
-} \ No newline at end of file
+}