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.55,1.56


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma/src objects.hh,1.55,1.56
Date: Mon, 27 Oct 2003 22:25:37 +0000

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

Modified Files:
        objects.hh 
Log Message:
Actor::is_drunken(): new method


Index: objects.hh
===================================================================
RCS file: /cvsroot/enigma/enigma/src/objects.hh,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** objects.hh  27 Oct 2003 11:51:57 -0000      1.55
--- objects.hh  27 Oct 2003 22:25:34 -0000      1.56
***************
*** 382,385 ****
--- 382,386 ----
          virtual bool is_flying() const { return false; }
          virtual bool is_on_floor() const { return true; }
+         virtual bool is_drunken() const { return false; }
  
          virtual bool can_drop_items() const { return false; }





reply via email to

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