diff options
Diffstat (limited to 'include/JSystem/JStage/JSGSystem.h')
| -rw-r--r-- | include/JSystem/JStage/JSGSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
