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

Diff of /enigma/src/oxyd.cc

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

revision 1.58 by dheck, Sat Jun 21 11:36:59 2003 UTC revision 1.59 by reallysoft, Sat Jun 21 14:07:27 2003 UTC
# Line 265  LevelPack_Oxyd::make_stone (int type, in Line 265  LevelPack_Oxyd::make_stone (int type, in
265          st = MakeStone("st-oxyd");          st = MakeStone("st-oxyd");
266          snprintf (buf, sizeof(buf), "%d", int((type-1)/2));          snprintf (buf, sizeof(buf), "%d", int((type-1)/2));
267          st->set_attrib("color", buf);          st->set_attrib("color", buf);
268          st->set_attrib("flavor", "a");          switch (m_version) {
269                case OxydVersion_PerOxyd:
270                    st->set_attrib("flavor", "c");
271                    break;
272                default :
273                    st->set_attrib("flavor", "a");
274                    break;
275            }
276          break;          break;
277    
278      default:      default:

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