summaryrefslogtreecommitdiff
path: root/include/player.h
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-04-10 23:42:14 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2022-04-11 18:55:07 +0200
commit4fd8048c3cc36065e15faee67e50365dead51784 (patch)
tree87fcf28ac319e2df885df618f81843790daccffa /include/player.h
parent02cec8ca8d9b8f7373286fcd1c4c88c42beeeeb1 (diff)
Decompile some functions
Diffstat (limited to 'include/player.h')
-rw-r--r--include/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/player.h b/include/player.h
index 0f5bc077..da70d4d1 100644
--- a/include/player.h
+++ b/include/player.h
@@ -376,7 +376,7 @@ void sub_08077728(u32);
void PutAwayItems(void);
void sub_08079E58(s32 speed, u32 direction);
void RespawnPlayer(void);
-u32 GetSurfaceCalcType(Entity*, u32, u32);
+u32 GetSurfaceCalcType(Entity*, s32, s32);
void UpdatePlayerMovement(void);
void EnablePlayerDraw(Entity*);
void sub_080797EC(void);