Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 30, 2006, 2:04:53 PM (18 years ago)
Author:
snellen
Message:

corrected typo

File:
1 edited

Legend:

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

    r8951 r8952  
    224224void GenericNPC::walkTo(float x, float y, float z)
    225225{
    226   printf("Walking to %f, %f, %f \n",x,y,z);
     226  //printf("Walking to %f, %f, %f \n",x,y,z);
    227227  this->walkTo(Vector(x,y,z));
    228228
     
    337337          else
    338338          {
    339             this->shiftCoor(dir.getNormalized() * currentAnimation.speed dt);
     339            this->shiftCoor(dir.getNormalized() * currentAnimation.speed * dt);
    340340          }
    341341        }
Note: See TracChangeset for help on using the changeset viewer.