diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-02-23 19:59:54 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-02-23 19:59:54 -0500 |
| commit | c4ad9f7241e2f4bf09a88deb62d683796c4d4200 (patch) | |
| tree | ed547fe2bc212092cda87cd3d4ca09b86731de43 /src/d/actor/d_a_bita.cpp | |
| parent | 730b74e2e3097297258deee1eb2a68c7f82d1ce2 (diff) | |
Various cleanup
Diffstat (limited to 'src/d/actor/d_a_bita.cpp')
| -rw-r--r-- | src/d/actor/d_a_bita.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bita.cpp b/src/d/actor/d_a_bita.cpp index d3c4c3d5..9cc6a7b9 100644 --- a/src/d/actor/d_a_bita.cpp +++ b/src/d/actor/d_a_bita.cpp @@ -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); |
