From 83cc43eeff8c4f3dc34fdd4df789e9b9cecaac8e Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 12 Jun 2019 14:35:15 +0200 Subject: added NodeName plugin --- src/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index e56d6938..e0fd8544 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,6 +33,7 @@ #include "Garages.h" #include "MusicManager.h" #include "VisibilityPlugins.h" +#include "NodeName.h" #include "DMAudio.h" #include "CutsceneMgr.h" #include "Lights.h" @@ -55,9 +56,6 @@ WRAPPER void CameraSize(RwCamera *camera, void *rect, float viewWindow, float aspectRatio) { EAXJMP(0x527170); } -//WRAPPER RwBool RpAnimBlendPluginAttach() { EAXJMP(0x4052D0); } -WRAPPER RwBool NodeNamePluginAttach() { EAXJMP(0x527100); } - bool &b_FoundRecentSavedGameWantToLoad = *(bool*)0x95CDA8; -- cgit v1.2.3