summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_bg_w.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSystem/SComponent/c_bg_w.h')
-rw-r--r--include/SSystem/SComponent/c_bg_w.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_bg_w.h b/include/SSystem/SComponent/c_bg_w.h
index f1d5e291b4..23c6747d15 100644
--- a/include/SSystem/SComponent/c_bg_w.h
+++ b/include/SSystem/SComponent/c_bg_w.h
@@ -18,7 +18,7 @@ public:
cBgW_BgId() { Ct(); }
void Ct() { m_id = 0x100; }
- u16 GetId() const { return m_id; }
+ int GetId() const { return m_id; }
};
bool cBgW_CheckBGround(float a1);