diff options
Diffstat (limited to 'include/SSystem/SComponent')
| -rw-r--r-- | include/SSystem/SComponent/c_bg_s_poly_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SSystem/SComponent/c_bg_s_poly_info.h b/include/SSystem/SComponent/c_bg_s_poly_info.h index 1693b5e058..a0fbf35aba 100644 --- a/include/SSystem/SComponent/c_bg_s_poly_info.h +++ b/include/SSystem/SComponent/c_bg_s_poly_info.h @@ -23,8 +23,8 @@ public: virtual ~cBgS_PolyInfo(); - u16 GetPolyIndex() const { return mPolyIndex; } - u16 GetBgIndex() const { return mBgIndex; } + int GetPolyIndex() const { return mPolyIndex; } + int GetBgIndex() const { return mBgIndex; } }; // Size: 0x10 #endif /* C_BG_S_POLY_INFO_H */ |
