mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-05 04:49:45 -04:00
Demo matches (#767)
This commit is contained in:
@@ -307,7 +307,7 @@ void daStandItem_c::CreateInit() {
|
||||
fopAcM_SetMtx(this, mpModel->getBaseTRMtx());
|
||||
fopAcM_setCullSizeBox(this, -100.0f, -0.0f, -100.0f, 100.0f, 300.0f, 100.0f);
|
||||
mAcchCir.SetWall(30.0f, 30.0f);
|
||||
mAcch.Set(¤t.pos, &old.pos, this, 1, &mAcchCir, &speed);
|
||||
mAcch.Set(fopAcM_GetPosition_p(this), fopAcM_GetOldPosition_p(this), this, 1, &mAcchCir, fopAcM_GetSpeed_p(this));
|
||||
if (fopAcM_checkCarryNow(this))
|
||||
mode_carry_init();
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user