Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2006, 11:43:03 PM (18 years ago)
Author:
patrick
Message:

bug correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/single_player_map/src/lib/collision_reaction/cr_physics_ground_walk.cc

    r8927 r8928  
    7373  float CR_THRESHOLD = 0.2f;
    7474
    75   float height;
    76   float front;
    77   float side;
     75  float height = 0;
     76  float front = 0;
     77  float side = 0;
    7878
    7979  PRINTF(0)("collision raction======================================\n");
     
    155155        break;
    156156    }
    157     PRINTF(0)("collision distanzes: x: %f, y: %f, z: %f\n", front, height, side);
    158157  }
    159 
     158  PRINTF(0)("collision distanzes: x: %f, y: %f, z: %f\n", front, height, side);
    160159
    161160
Note: See TracChangeset for help on using the changeset viewer.