Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2006, 11:05:21 PM (19 years ago)
Author:
patrick
Message:

cr: init and reset phases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/lib/collision_reaction/collision.cc

    r7935 r7940  
    1414*/
    1515
    16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_COLLISION_DETECTION
     16#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_COLLISION_REACTION
    1717
    1818#include "collision.h"
     
    2020using namespace std;
    2121
     22#define NULL 0
    2223
    2324/**
     
    2627Collision::Collision ()
    2728{
     29  this->entityA = NULL;
     30  this->entityB = NULL;
     31  this->bvA = NULL;
     32  this->bvB = NULL;
    2833}
    2934
Note: See TracChangeset for help on using the changeset viewer.