actorExecute 99%

This commit is contained in:
elijah-thomas774
2026-03-08 16:21:54 -04:00
parent f637091a32
commit c743b47d7e
6 changed files with 549 additions and 39 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ private:
}
public:
dWaterEffect_c() : mIsInWater(1), mIsSmall(false) {}
dWaterEffect_c() : mIsInWater(true), mIsSmall(false) {}
virtual ~dWaterEffect_c() {}
void init(dAcObjBase_c *, f32 height, f32 scale, f32 depth);