Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 19, 2006, 10:48:45 PM (18 years ago)
Author:
patrick
Message:

bsp: md3 integrated to the resource manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/world_entities/npcs/generic_npc.cc

    r8516 r8590  
    127127 * @param coordinate: coordinate to go to
    128128 */
    129 bool GenericNPC::walkTo(const Vector& coordinate)
     129bool GenericNPC::walkTo(const Vector& coordinate, float time)
     130{
     131
     132  return true;
     133}
     134
     135
     136/**
     137 * walt to
     138 * @param coordinate: coordinate to go to
     139 */
     140bool GenericNPC::walkTo(float x, float y, float z, float time)
    130141{
    131142
Note: See TracChangeset for help on using the changeset viewer.