diff options
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); |
