Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 28, 2006, 7:01:42 PM (18 years ago)
Author:
snellen
Message:

fixed bug that led to a segmentation fault while adding the scripttrigger to a nonexistent script

File:
1 edited

Legend:

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

    r8876 r8886  
    9090
    9191      height = collPos.y - box->halfLength[1];
    92       PRINTF(0)("height: %f          , model height: %f\n", height, box->halfLength[1]);
    93       PRINTF(0)(" ground normal: %f, %f, %f\n", normal.x, normal.y, normal.z);
     92     // PRINTF(0)("height: %f          , model height: %f\n", height, box->halfLength[1]);
     93     // PRINTF(0)(" ground normal: %f, %f, %f\n", normal.x, normal.y, normal.z);
    9494
    9595      // object is beneath the plane (ground)
Note: See TracChangeset for help on using the changeset viewer.