summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.h')
-rwxr-xr-xinclude/game.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/game.h b/include/game.h
index 6412f5e..d4d345d 100755
--- a/include/game.h
+++ b/include/game.h
@@ -1524,10 +1524,10 @@ class StandOnTopCollider : public BasicCollider {
float rightSize, float leftSize,
s16 rotation, u8 unk_45, Vec2 *scale = 0);
- void init(dStageActor_c *owner,
- Vec2 *fields4C_50, float topYOffset,
- float rightSize, float leftSize,
- s16 rotation, u8 unk_45, Vec2 *scale = 0);
+ // void init(dStageActor_c *owner,
+ // Vec2 *fields4C_50, float topYOffset,
+ // float rightSize, float leftSize,
+ // s16 rotation, u8 unk_45, Vec2 *scale = 0);
void setLeftAndRight(float left, float right);
void setLeftAndRightScaled(float left, float right, float scaleFactor);