d_a_obj_fence_boko ok

This commit is contained in:
CovenEsme
2025-03-13 22:57:08 +00:00
parent e42b54d95a
commit f6a1fa66b0
12 changed files with 94 additions and 30 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ void dBgW_Base::SetOldShapeAngleY(s16 oldShapeAngleY) {
mOldShapeAngleY = oldShapeAngleY;
}
bool dBgW_Base::InitMapStuff(mAllocator_c *pAllocator) {
BOOL dBgW_Base::InitMapStuff(mAllocator_c *pAllocator) {
ClearMap();
return UpdateDraw(pAllocator) != false;
}
+1 -1
View File
@@ -248,7 +248,7 @@ bool dRoom_c::setupBg() {
bg->Set(kcl, plc);
bg->SetRoomId(roomid);
bg->SetPriority(dBgW_Base::PRIORITY_0);
bool ok = (BOOL)bg->InitMapStuff(&mAllocator);
bool ok = bg->InitMapStuff(&mAllocator);
if (!ok) {
return true;
}