Update dtk-template (#2453)

* Update dtk-template

* Fix debug build

* Fix d_event_debug includes

* Progress reports: Enable function relocation diffing (data_value)

* Fix some diffs

* Fix a few more diffs

* More fixes
This commit is contained in:
LagoLunatic
2025-05-23 01:25:06 -04:00
committed by GitHub
parent 3c2a99e701
commit 0212d1d18e
23 changed files with 118 additions and 9262 deletions
+1 -1
View File
@@ -1526,7 +1526,7 @@ static int fish_normal(b_ob_class* i_this) {
i_this->field_0x47b4 = 0;
} else {
i_this->mTargetMovePos.x = a_this->home.pos.x + cM_rndFX(2000.0f);
i_this->mTargetMovePos.y = a_this->home.pos.y + 1000.0f + cM_rndFX(2000.0f);
i_this->mTargetMovePos.y = a_this->home.pos.y + 1000.0f + cM_rndF(2000.0f);
i_this->mTargetMovePos.z = a_this->home.pos.z + cM_rndFX(2000.0f);
i_this->mTimers[0] = cM_rndF(30.0f) + 30.0f;
}