- Timestamp:
- Jun 30, 2006, 1:52:23 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/npcs/generic_npc.cc
r8917 r8936 186 186 void GenericNPC::walkTo(const Vector& coordinate) 187 187 { 188 188 189 189 GenericNPC::Anim anim; 190 190 anim.v = coordinate; … … 291 291 { 292 292 if( likely(this->getModel(0) != NULL)) 293 ((InteractiveModel*)this->getModel(0))->tick( time);293 ((InteractiveModel*)this->getModel(0))->tick(dt); 294 294 295 295
Note: See TracChangeset
for help on using the changeset viewer.