summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_bg_w.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2026-03-17 03:44:11 -0700
committerGitHub <noreply@github.com>2026-03-17 03:44:11 -0700
commit9f340b604b5ac3d19d330b7bd6a2d7355c58bc27 (patch)
tree1db19763775c1b495235e05bd6ae1471a8bb53fb /include/SSystem/SComponent/c_bg_w.h
parentae0f8909a6ad9d1df2cf247a2538ff658d6e49c0 (diff)
various d_bg debug cleanup / d_menu_window_HIO debug (#3132)
* various d_bg debug cleanup * matching forward decl for compiler compatibility * fix build
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);