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

Diff of /enigma/src/items.cc

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

revision 1.31 by reallysoft, Sun May 11 17:54:27 2003 UTC revision 1.32 by dheck, Tue May 13 18:47:48 2003 UTC
# Line 674  namespace Line 674  namespace
674              return false;           // block light              return false;           // block light
675          }          }
676          bool actor_hit(Actor *a) { return false; }          bool actor_hit(Actor *a) { return false; }
677    
678            void on_stonehit(Stone *st) {
679                explode();
680            }
681    
682      };      };
683  }  }
684    
# Line 743  namespace Line 748  namespace
748              return false;           // block light              return false;           // block light
749          }          }
750          bool actor_hit(Actor *a) { return false; }          bool actor_hit(Actor *a) { return false; }
751            void on_stonehit(Stone *st) {
752                explode();
753            }
754      };      };
755  }  }
756    

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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