enigma-cvs
[Top][All Lists]
Advanced

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

[Enigma-cvs] enigma/src objects.cc,1.117.2.1,1.117.2.2


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma/src objects.cc,1.117.2.1,1.117.2.2
Date: Mon, 06 Oct 2003 19:32:10 +0000

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

Modified Files:
      Tag: enigma0_80_rc
        objects.cc 
Log Message:
* new: Floor::is_destroyable()
* Implement for Abyss, Water, Swamp


Index: objects.cc
===================================================================
RCS file: /cvsroot/enigma/enigma/src/objects.cc,v
retrieving revision 1.117.2.1
retrieving revision 1.117.2.2
diff -C2 -d -r1.117.2.1 -r1.117.2.2
*** objects.cc  19 Sep 2003 17:45:18 -0000      1.117.2.1
--- objects.cc  6 Oct 2003 19:32:08 -0000       1.117.2.2
***************
*** 316,320 ****
  
  void
! Floor::message(const string& /*msg*/, const Value &/*val*/)
  {
  }
--- 316,320 ----
  
  void
! Floor::message(const string& msg, const Value &/*val*/)
  {
  }
***************
*** 341,344 ****
--- 341,345 ----
  //         void actor_enter(Actor* a) {SendMessage(a, "fall");}
          void actor_contact (Actor* a) {SendMessage(a, "fall");}
+       bool is_destroyable() const {return false;} 
      };
  }
***************
*** 356,359 ****
--- 357,362 ----
  //         void actor_enter(Actor *a) {SendMessage(a, "drown");}
          void actor_contact(Actor *a) {SendMessage(a, "drown");}
+ 
+       bool is_destroyable() const {return false;} 
      };
  }
***************
*** 378,381 ****
--- 381,385 ----
              }
          }
+       bool is_destroyable() const {return false;} 
      };
  }





reply via email to

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