enigma-cvs
[Top][All Lists]
Advanced

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

[Enigma-cvs] enigma/src world_internal.hh,1.3,1.4


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma/src world_internal.hh,1.3,1.4
Date: Fri, 21 Nov 2003 09:28:50 +0000

Update of /cvsroot/enigma/enigma/src
In directory subversions:/tmp/cvs-serv10158/src

Modified Files:
        world_internal.hh 
Log Message:


Index: world_internal.hh
===================================================================
RCS file: /cvsroot/enigma/enigma/src/world_internal.hh,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** world_internal.hh   20 Nov 2003 20:27:36 -0000      1.3
--- world_internal.hh   21 Nov 2003 09:28:48 -0000      1.4
***************
*** 122,132 ****
      };
  
! /*
! ** MouseForce
! ** 
! ** This class implements the "force field" that accelerates objects
! ** when the mouse is moved.  Only objects that have the "mouseforce"
! ** attribute set are affected by this force field.
! */
      class MouseForce {
      public:
--- 122,131 ----
      };
  
! 
! /* -------------------- MouseForce -------------------- */
! 
!     /*! This class implements the "force field" that accelerates
!       objects when the mouse is moved.  Only objects that have the
!       "mouseforce" attribute set are affected by this force field. */
      class MouseForce {
      public:
***************
*** 193,196 ****
--- 192,196 ----
          void scramble_puzzles();
  
+         void add_actor (Actor *a, const V2 &pos);
  
          V2 get_accel (Actor *a, const V2 & x, const V2 & v, double time);
***************
*** 206,209 ****
--- 206,212 ----
          MouseForce           mouseforce;
          int                  scrambleIntensity;
+ 
+         //! True if game is not running yet
+         bool                 preparing_level;
  
      private:





reply via email to

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