/[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.58 by sfennig, Tue Jun 24 19:10:50 2003 UTC revision 1.59 by sfennig, Tue Jun 24 20:34:15 2003 UTC
# Line 667  namespace Line 667  namespace
667                  if (k == "fl-abyss" || k == "fl-water" || k == "fl-swamp") {                  if (k == "fl-abyss" || k == "fl-water" || k == "fl-swamp") {
668                      SetItem(p, new Explosion(Explosion::WEAK));                      SetItem(p, new Explosion(Explosion::WEAK));
669                  }                  }
670                    else if (k == "fl-space") {
671                        SetItem(p, new Explosion(Explosion::STRONG));
672                    }
673              }              }
674          }          }
675    

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

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