mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-18 07:05:27 -04:00
Demo matches (#767)
This commit is contained in:
@@ -287,7 +287,7 @@ namespace daBomb2 {
|
||||
|
||||
void Act_c::crr_init() {
|
||||
mCir.SetWall(30.0f, 30.0f);
|
||||
mAcch.Set(¤t.pos, &old.pos, this, 1, &mCir, &speed, ¤t.angle, &shape_angle);
|
||||
mAcch.Set(fopAcM_GetPosition_p(this), fopAcM_GetOldPosition_p(this), this, 1, &mCir, fopAcM_GetSpeed_p(this), fopAcM_GetAngle_p(this), fopAcM_GetShapeAngle_p(this));
|
||||
mAcch.ClrWaterNone();
|
||||
mAcch.ClrRoofNone();
|
||||
mAcch.m_roof_crr_height = 50.0f;
|
||||
|
||||
Reference in New Issue
Block a user