From 97caa971ba3d7f11ff608f7a333f098c0d2a0a8c Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 6 Oct 2015 11:27:15 +0800 Subject: Forgot to add '-a'... --- src/core/player.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/player.hpp') diff --git a/src/core/player.hpp b/src/core/player.hpp index 408c174..51f4c79 100644 --- a/src/core/player.hpp +++ b/src/core/player.hpp @@ -9,10 +9,10 @@ private: static SMELT* sm; public: smvec2d pos; - float rot,vel,velp; + double rot,vel,velp; int plyrctl[6]; - playerBase(float _x=400,float _y=400); + playerBase(double _x=400,double _y=400); ~playerBase(); void update(); void render(); -- cgit v1.2.3