/[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.84 by dheck, Mon Sep 8 08:45:36 2003 UTC revision 1.85 by dheck, Mon Sep 8 18:26:49 2003 UTC
# Line 369  void HillHollow::shovel() Line 369  void HillHollow::shovel()
369  }  }
370    
371    
372  void HillHollow::message(const string &m, const Value &)  void HillHollow::message(const string &m, const Value &v)
373  {  {
374      if (m=="trigger") {      if (m=="trigger" || m=="signal") {
375          Type flippedkind[] = {HOLLOW,HILL, TINYHOLLOW,TINYHILL};          Type flippedkind[] = {HOLLOW,HILL, TINYHOLLOW,TINYHILL};
376          transmute(flippedkind[m_type]);          transmute(flippedkind[m_type]);
377      }      }

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

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