diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-08-22 23:17:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-22 13:17:24 -0700 |
| commit | d3420ffe8d38185b66cb67a6605fb3d89cb72b36 (patch) | |
| tree | d205cdabe6f717090805af9ba5d6414b91d97f75 /libs/JSystem/JStage/JSGSystem.cpp | |
| parent | 18f4489dd6e7996152bc385ec89a340dccaafe8a (diff) | |
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
Diffstat (limited to 'libs/JSystem/JStage/JSGSystem.cpp')
| -rw-r--r-- | libs/JSystem/JStage/JSGSystem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/JSystem/JStage/JSGSystem.cpp b/libs/JSystem/JStage/JSGSystem.cpp index e21642b2e6..5e66bf749e 100644 --- a/libs/JSystem/JStage/JSGSystem.cpp +++ b/libs/JSystem/JStage/JSGSystem.cpp @@ -11,8 +11,8 @@ s32 JStage::TSystem::JSGFGetType() const { /* 80280EF8-80280F00 27B838 0008+00 1/0 0/0 0/0 .text * JSGFindObject__Q26JStage7TSystemCFPPQ26JStage7TObjectPCcQ26JStage8TEObject */ -bool JStage::TSystem::JSGFindObject(JStage::TObject**, char const*, JStage::TEObject) const { - return true; +int JStage::TSystem::JSGFindObject(JStage::TObject**, char const*, JStage::TEObject) const { + return 1; } /* 80280F00-80280F08 27B840 0008+00 1/0 1/0 0/0 .text |
