From d3420ffe8d38185b66cb67a6605fb3d89cb72b36 Mon Sep 17 00:00:00 2001 From: hatal175 Date: Thu, 22 Aug 2024 23:17:24 +0300 Subject: jstudio particle and sound OK (#2194) * Work on object-sound * object-particle OK * object-sound OK * JStudio_JAudio2 control OK * JStudio_JParticle control OK * JStage object OK * JStage ambient light OK --- include/JSystem/JStage/JSGSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/JSystem/JStage/JSGSystem.h') diff --git a/include/JSystem/JStage/JSGSystem.h b/include/JSystem/JStage/JSGSystem.h index 9728b126ef..b260f40874 100644 --- a/include/JSystem/JStage/JSGSystem.h +++ b/include/JSystem/JStage/JSGSystem.h @@ -21,7 +21,7 @@ namespace JStage { struct TSystem : public TObject { /* 80280E90 */ virtual ~TSystem() = 0; /* 80280EF0 */ virtual s32 JSGFGetType() const; - /* 80280EF8 */ virtual bool JSGFindObject(JStage::TObject**, char const*, JStage::TEObject) const; + /* 80280EF8 */ virtual int JSGFindObject(JStage::TObject**, char const*, JStage::TEObject) const; /* 80280F00 */ virtual bool JSGCreateObject(char const*, JStage::TEObject, u32); /* 80280F08 */ virtual void JSGDestroyObject(JStage::TObject*); /* 80280F0C */ virtual bool JSGGetSystemData(u32); -- cgit v1.2.3