summaryrefslogtreecommitdiff
path: root/src/JSystem/JStage/JSGSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JSystem/JStage/JSGSystem.cpp')
-rw-r--r--src/JSystem/JStage/JSGSystem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/JSystem/JStage/JSGSystem.cpp b/src/JSystem/JStage/JSGSystem.cpp
index e448073b..d5d27bff 100644
--- a/src/JSystem/JStage/JSGSystem.cpp
+++ b/src/JSystem/JStage/JSGSystem.cpp
@@ -16,8 +16,8 @@ s32 JStage::TSystem::JSGFGetType() const {
}
/* 8026E060-8026E068 .text JSGFindObject__Q26JStage7TSystemCFPCcQ26JStage8TEObject */
-bool JStage::TSystem::JSGFindObject(const char*, JStage::TEObject) const {
- return false;
+void* JStage::TSystem::JSGFindObject(const char*, JStage::TEObject) const {
+ return NULL;
}
/* 8026E068-8026E070 .text JSGCreateObject__Q26JStage7TSystemFPCcQ26JStage8TEObjectUl */