enigma-cvs
[Top][All Lists]
Advanced

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

[Enigma-cvs] enigma/src objects.hh,1.49.2.3,1.49.2.4


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma/src objects.hh,1.49.2.3,1.49.2.4
Date: Mon, 06 Oct 2003 19:30:18 +0000

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

Modified Files:
      Tag: enigma0_80_rc
        objects.hh 
Log Message:
new: Floor::is_destroyable()


Index: objects.hh
===================================================================
RCS file: /cvsroot/enigma/enigma/src/objects.hh,v
retrieving revision 1.49.2.3
retrieving revision 1.49.2.4
diff -C2 -d -r1.49.2.3 -r1.49.2.4
*** objects.hh  3 Oct 2003 22:22:59 -0000       1.49.2.3
--- objects.hh  6 Oct 2003 19:30:16 -0000       1.49.2.4
***************
*** 261,264 ****
--- 261,266 ----
          double friction() const { return traits.friction; }
          double mousefactor() const { return traits.mousefactor; }
+ 
+       bool is_destroyable() const {return true;} 
      private:
          virtual void on_actorhit(Actor */*a*/) {}





reply via email to

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