From 9219c7c840faab57f284802c1bdc1eb1df0579d3 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 3 Feb 2013 22:34:39 +0100 Subject: an attempt to fix the shyguy star bullshit --- include/game.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/game.h b/include/game.h index 300efec..ce7a672 100755 --- a/include/game.h +++ b/include/game.h @@ -3662,5 +3662,12 @@ extern void *SelectCursorPointer; extern "C" void UpdateSelectCursor(nw4r::lyt::Pane *pane, int whichOne, bool unkBool); extern "C" void HideSelectCursor(void *scPtr, int whichOne); +typedef int (*__Player_VF3D4_type)(void*); +inline int Player_VF3D4(void *self) { + VF_BEGIN(__Player_VF3D4_type, self, 245, 0x60) + return VF_CALL(self); + VF_END; +} + #endif -- cgit v1.2.3