/[enigma]/enigma/lib-src/oxydlib/enigma_mapping.cpp
ViewVC logotype

Diff of /enigma/lib-src/oxydlib/enigma_mapping.cpp

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

revision 1.1 by reallysoft, Sat May 31 10:00:25 2003 UTC revision 1.2 by reallysoft, Wed Jun 4 12:55:10 2003 UTC
# Line 2  Line 2 
2  //                                                                           //  //                                                                           //
3  //    File      : enigma_mapping.cpp                                         //  //    File      : enigma_mapping.cpp                                         //
4  //    Purpose   :                                                            //  //    Purpose   :                                                            //
5  //    Time-stamp: <Sat May/31/2003 00:50 MET amgine@reallysoft.de>           //  //    Time-stamp: <Wed Jun/04/2003 12:46 MET amgine@reallysoft.de>           //
6  //                                                                           //  //                                                                           //
7  //    (C) May 2003 by Ralf Westram <amgine@rallysoft.de>                     //  //    (C) May 2003 by Ralf Westram <amgine@rallysoft.de>                     //
8  //                                                                           //  //                                                                           //
# Line 272  namespace { Line 272  namespace {
272              0,                          // 0x23              0,                          // 0x23
273              0,                          // 0x24              0,                          // 0x24
274              0,                          // 0x25              0,                          // 0x25
275              0,                          // 0x26              0,                          // 0x26 (peroxyd: movable stone, sinks in water, falls into abyss, orange?)
276              0,                          // 0x27              0,                          // 0x27
277              0,                          // 0x28              0,                          // 0x28
278              0,                          // 0x29              0,                          // 0x29
# Line 511  namespace { Line 511  namespace {
511                  break;                  break;
512    
513              case OxydVersion_PerOxyd:              case OxydVersion_PerOxyd:
514                    floor_map[0x08] = "fl-rough-red";
515                    floor_map[0x0b] = "fl-rough-red";
516                    floor_map[0x09] = "fl-rough-blue";
517                    floor_map[0x0a] = "fl-rough-blue";
518                  floor_map[0x38] = "fl-concrete";                  floor_map[0x38] = "fl-concrete";
519                  floor_map[0x4c] = "fl-bridge-open";                  floor_map[0x4c] = "fl-bridge-open";
520                  floor_map[0x5a] = "fl-springboard";                  floor_map[0x5a] = "fl-springboard";
# Line 518  namespace { Line 522  namespace {
522    
523                  item_map[0x18] = "it-flagwhite";                  item_map[0x18] = "it-flagwhite";
524                  item_map[0x19] = "it-flagblack";                  item_map[0x19] = "it-flagblack";
                 // item_map[0x24] = "it-seed"; // same as common  
525                  item_map[0x2c] = "it-shogun-l";                  item_map[0x2c] = "it-shogun-l";
526                  item_map[0x36] = "it-springboard";                  item_map[0x36] = "it-springboard";
527                  item_map[0x40] = "it-trigger";                  item_map[0x40] = "it-trigger";
# Line 528  namespace { Line 531  namespace {
531                  stone_map[0x14] = "st-beads";                  stone_map[0x14] = "st-beads";
532                  stone_map[0x16] = "st-rock7";                  stone_map[0x16] = "st-rock7";
533                  stone_map[0x20] = "st-stone2";                  stone_map[0x20] = "st-stone2";
534                    // stone_map[0x21] = "st-concrete"; // layout similar to fl-concrete
535                    stone_map[0x25] = "st-bluegray_hole";
536                  stone_map[0x27] = "st-wood";                  stone_map[0x27] = "st-wood";
537                  stone_map[0x28] = "st-switch";                  stone_map[0x28] = "st-switch";
538                  stone_map[0x2b] = "st-fourswitch";                  stone_map[0x2b] = "st-fourswitch";

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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