adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src mapcharacter.cc,1.42,1.43


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src mapcharacter.cc,1.42,1.43
Date: Sun, 11 Aug 2002 07:55:07 -0400

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv17693/src

Modified Files:
        mapcharacter.cc 
Log Message:
FIXED map characters walking animation bug.


Index: mapcharacter.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/mapcharacter.cc,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** mapcharacter.cc     10 Aug 2002 22:02:01 -0000      1.42
--- mapcharacter.cc     11 Aug 2002 11:55:04 -0000      1.43
***************
*** 737,740 ****
--- 737,744 ----
          schedule.run ();
  
+     // if we have a goal, then go there!
+     if (get_id () != "Player" && !goal_reached ()) 
+         follow_path ();
+ 
      if (previous_move != NO_MOVE && previous_move != current_move) 
      {
***************
*** 749,756 ****
          saying = NULL; 
      }
- 
-     // if we have a goal, then go there!
-     if (get_id () != "Player" && !goal_reached ()) 
-         follow_path ();
          
      return true;
--- 753,756 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]