Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2006, 11:09:58 PM (19 years ago)
Author:
patrick
Message:

trunk: can't compile on this computer, commented out and syntax check later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_reaction/cr_engine.cc

    r7841 r7842  
    4646
    4747
     48#if 0
    4849CollisionHandle* CREngine::subscribeReaction(WorldEntity* worldEntity, CRType type, int nrOfTargets, ...)
    4950{
    50 #if 0
    5151  va_list itemlist;
    5252  va_start (itemlist, type);
     
    5454    this->targetList.push_back(va_arg(itemlist, int));
    5555  va_end(itemlist);
     56}
    5657#endif
    57 }
    5858
    5959
Note: See TracChangeset for help on using the changeset viewer.