From aa50057b86c35de70ed87921ecdb1288e7e17e41 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 27 Oct 2007 13:18:04 +0000 Subject: camera handling updates --- src/client/camera.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/camera.h') diff --git a/src/client/camera.h b/src/client/camera.h index 7e189b3..c363f91 100644 --- a/src/client/camera.h +++ b/src/client/camera.h @@ -54,9 +54,9 @@ public: protected: /// current yaw, angle in XZ plane, positive is looking left - float yaw ; + float yaw_current; /// current pitch, angle in XY, positive is looking up - float pitch; + float pitch_current; /// default tracking pitch float pitch_track; /// default offset increment -- cgit v1.2.3