[ScryMUD] SVN Commit Info r741 - trunk/mud/grrmud/server

scrymud at wanfear.com scrymud at wanfear.com
Fri Dec 10 00:21:45 PST 2004


Author: eroper
Date: 2004-12-10 00:21:44 -0800 (Fri, 10 Dec 2004)
New Revision: 741

Modified:
   trunk/mud/grrmud/server/object.h
Log:
Fixed a compilation killer I missed with the previous commit. (forgot make
clean)
--Khaav


Modified: trunk/mud/grrmud/server/object.h
===================================================================
--- trunk/mud/grrmud/server/object.h	2004-12-10 08:12:05 UTC (rev 740)
+++ trunk/mud/grrmud/server/object.h	2004-12-10 08:21:44 UTC (rev 741)
@@ -297,7 +297,6 @@
    int isAmmo() const { return ( isArrow() || isDart() ); }
          
    int isBoat() const { return OBJ_FLAGS.get(62); }
-   int isContainer() const { return obj_flags.get(54); }
    int needsResetting() const { return obj_flags.get(70); }
 
    void setComplete();




More information about the ScryMUD mailing list