mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Various cleanup
This commit is contained in:
@@ -194,7 +194,7 @@ static BOOL useHeapInit(fopAc_ac_c* i_ac) {
|
||||
if (i_this->mpBgW == NULL)
|
||||
return FALSE;
|
||||
cBgD_t* dzb = (cBgD_t*)dComIfG_getObjectRes("Bita", ita_dzb[type]);
|
||||
if (i_this->mpBgW->Set(dzb, dBgW::MOVE_BG_e, &i_this->mMtx) == 1)
|
||||
if (i_this->mpBgW->Set(dzb, dBgW::MOVE_BG_e, &i_this->mMtx) == true)
|
||||
return FALSE;
|
||||
|
||||
i_this->mpBgW->SetCrrFunc(dBgS_MoveBGProc_Typical);
|
||||
|
||||
Reference in New Issue
Block a user