mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-20 23:51:19 -04:00
Demo matches (#767)
This commit is contained in:
@@ -556,7 +556,7 @@ void daTbox_c::CreateInit() {
|
||||
|
||||
if (funcType == FUNC_TYPE_GRAVITY) {
|
||||
mAcchCir.SetWall(30.0f, 0.0f);
|
||||
mObjAcch.Set(¤t.pos, &old.pos, this, 1, &mAcchCir, &speed);
|
||||
mObjAcch.Set(fopAcM_GetPosition_p(this), fopAcM_GetOldPosition_p(this), this, 1, &mAcchCir, fopAcM_GetSpeed_p(this));
|
||||
|
||||
gravity = -2.5f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user