From 3e50f83f636fc0cf1b030e4fd2332eb0829bb590 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Mon, 10 Aug 2020 17:02:10 -0400 Subject: [PATCH] Fix function definition for PlayerJoyAxis --- src/g_game.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/g_game.h b/src/g_game.h index 048d4f2fb..23e8ef1e9 100644 --- a/src/g_game.h +++ b/src/g_game.h @@ -94,8 +94,7 @@ ticcmd_t *G_MoveTiccmd(ticcmd_t* dest, const ticcmd_t* src, const size_t n); INT16 G_ClipAimingPitch(INT32 *aiming); INT16 G_SoftwareClipAimingPitch(INT32 *aiming); -boolean InputDown(INT32 gc, UINT8 p); -INT32 JoyAxis(axis_input_e axissel, UINT8 p); +INT32 PlayerJoyAxis(UINT8 player, axis_input_e axissel); extern angle_t localangle[MAXSPLITSCREENPLAYERS]; extern INT32 localaiming[MAXSPLITSCREENPLAYERS]; // should be an angle_t but signed