/[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.74 by dheck, Tue May 13 18:52:21 2003 UTC revision 1.75 by dheck, Wed May 14 07:32:59 2003 UTC
# Line 4448  ObjectRepos::ObjectRepos() Line 4448  ObjectRepos::ObjectRepos()
4448      add_templ("st-oneway_white-w", new OneWayStone_white(WEST));      add_templ("st-oneway_white-w", new OneWayStone_white(WEST));
4449    
4450      add_templ(new OxydStone);      add_templ(new OxydStone);
4451    
4452      add_templ(new PuzzleStone);      add_templ(new PuzzleStone);
4453        add_templ("st-puzzle-hollow", new PuzzleStone(1));
4454        add_templ("st-puzzle-n", new PuzzleStone(9));
4455        add_templ("st-puzzle-e", new PuzzleStone(5));
4456        add_templ("st-puzzle-s", new PuzzleStone(3));
4457        add_templ("st-puzzle-w", new PuzzleStone(2));
4458        add_templ("st-puzzle-ne", new PuzzleStone(13));
4459        add_templ("st-puzzle-nw", new PuzzleStone(10));
4460        add_templ("st-puzzle-es", new PuzzleStone(7));
4461        add_templ("st-puzzle-sw", new PuzzleStone(4));
4462        add_templ("st-puzzle-ns", new PuzzleStone(11));
4463        add_templ("st-puzzle-ew", new PuzzleStone(6));
4464        add_templ("st-puzzle-nes", new PuzzleStone(15));
4465        add_templ("st-puzzle-new", new PuzzleStone(14));
4466        add_templ("st-puzzle-nsw", new PuzzleStone(12));
4467        add_templ("st-puzzle-esw", new PuzzleStone(8));
4468        add_templ("st-puzzle-nesw", new PuzzleStone(16));
4469    
4470      add_templ(new RubberBandStone);      add_templ(new RubberBandStone);
4471    
4472      add_templ(new ShogunStone);      add_templ(new ShogunStone);

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

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