dos3d

diff firstp/firstp.c @ 19:c10f62b2bd56

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 30 Nov 2011 07:17:09 +0200
parents 1e9f0b3616fa
children
line diff
     1.1 --- a/firstp/firstp.c	Wed Nov 30 00:06:28 2011 +0200
     1.2 +++ b/firstp/firstp.c	Wed Nov 30 07:17:09 2011 +0200
     1.3 @@ -26,7 +26,7 @@
     1.4  static float cam_x, cam_y, cam_z;
     1.5  static float cam_theta, cam_phi;
     1.6  
     1.7 -static float walk_speed = 0.1;
     1.8 +static float walk_speed = 0.5;
     1.9  static float look_speed = 1.0;
    1.10  static int mouse_look = 0;
    1.11