/[enigma]/enigma/src/world.cc
ViewVC logotype

Diff of /enigma/src/world.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by reallysoft, Sun Jul 6 12:47:04 2003 UTC revision 1.59 by dheck, Mon Jul 7 16:40:55 2003 UTC
# Line 822  handle_contacts(Actor *a) Line 822  handle_contacts(Actor *a)
822  static void  static void
823  tick_actor(Actor *a, double dtime)  tick_actor(Actor *a, double dtime)
824  {  {
     a->think(dtime);  
   
825      ActorInfo &ai = * a->get_actorinfo();      ActorInfo &ai = * a->get_actorinfo();
826      ai.oldpos = ai.pos;      ai.oldpos = ai.pos;
827      ai.oldvel = ai.vel;      ai.oldvel = ai.vel;
# Line 860  tick_actor(Actor *a, double dtime) Line 858  tick_actor(Actor *a, double dtime)
858              dt = dt > rest_time? rest_time : dt;              dt = dt > rest_time? rest_time : dt;
859          }          }
860      }      }
861        a->think(dtime);
862  }  }
863    
864    

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26