/[enigma]/enigma/src/objects.cc
ViewVC logotype

Diff of /enigma/src/objects.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.54 by reallysoft, Sun Apr 27 08:53:37 2003 UTC revision 1.55 by reallysoft, Thu May 1 09:17:33 2003 UTC
# Line 2492  namespace Line 2492  namespace
2492          Holes get_holes() const;          Holes get_holes() const;
2493          void notify_item(bool disappearing);          void notify_item(bool disappearing);
2494    
2495            void message(const string &m, const Value &) {
2496                if (m == "renotify") { // request from ShogunDot (if set _after_ ShogunStone)
2497                    notify_item(false);
2498                }
2499            }
2500    
2501          void add_hole(Holes h) {          void add_hole(Holes h) {
2502              set_attrib("holes", get_holes() | h);              set_attrib("holes", get_holes() | h);
2503              notify_item(false);              notify_item(false);

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26