From 36ce28a7557c4b2b73316621471558354024ca54 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 1 May 2008 21:08:40 +0000 Subject: roll control --- src/game/ship.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game/ship.h') diff --git a/src/game/ship.h b/src/game/ship.h index 633c722..9e978bb 100644 --- a/src/game/ship.h +++ b/src/game/ship.h @@ -26,6 +26,10 @@ public: private: ShipModel *ship_shipmodel; + + float current_target_direction; + float current_target_pitch; + float current_target_roll; }; } -- cgit v1.2.3