From e45ad2a085d8f02aadc5d823a1d7dda4e1da70aa Mon Sep 17 00:00:00 2001 From: Carmine Date: Sat, 12 Feb 2011 01:30:47 -0800 Subject: only a simple wrong name --- src/game/collision.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/collision.h') diff --git a/src/game/collision.h b/src/game/collision.h index def7cd47..8bcbe789 100644 --- a/src/game/collision.h +++ b/src/game/collision.h @@ -31,7 +31,7 @@ public: int GetWidth() { return m_Width; }; int GetHeight() { return m_Height; }; int IntersectLine(vec2 Pos0, vec2 Pos1, vec2 *pOutCollision, vec2 *pOutBeforeCollision); - void MovePoint(vec2 *pInoutPos, vec2 *pInoutVel, float Elasticity, int *Bpounces); + void MovePoint(vec2 *pInoutPos, vec2 *pInoutVel, float Elasticity, int *pBounces); void MoveBox(vec2 *pInoutPos, vec2 *pInoutVel, vec2 Size, float Elasticity); bool TestBox(vec2 Pos, vec2 Size); }; -- cgit 1.4.1