/[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.17 by mhawlisch, Wed Apr 2 15:08:51 2003 UTC revision 1.18 by mhawlisch, Thu Apr 3 14:15:29 2003 UTC
# Line 477  LevelPack_Oxyd::LevelPack_Oxyd (OxydVers Line 477  LevelPack_Oxyd::LevelPack_Oxyd (OxydVers
477    
478          stone_map[0x12] = "st-rock3";          stone_map[0x12] = "st-rock3";
479          stone_map[0x1a] = "st-grate1";          stone_map[0x1a] = "st-grate1";
480            stone_map[0x1e] = "st-chameleon";
481          stone_map[0x1f] = "st-brick";          stone_map[0x1f] = "st-brick";
482          stone_map[0x20] = "st-rock1";          stone_map[0x20] = "st-rock1";
483          stone_map[0x23] = "st-woven";          stone_map[0x23] = "st-woven";
484          stone_map[0x24] = "st-marble";          stone_map[0x24] = "st-marble";
485            stone_map[0x25] = "st-glass1";
486          stone_map[0x29] = "st-rock3_hole"; // see 0x12          stone_map[0x29] = "st-rock3_hole"; // see 0x12
487          stone_map[0x2b] = "st-wood";          stone_map[0x2b] = "st-wood";
488          stone_map[0x2c] = "st-switch";          stone_map[0x2c] = "st-switch";
489            stone_map[0x35] = "st-death_invisible";
490            stone_map[0x42] = "st-stoneimpulse";
491          stone_map[0x44] = "st-laser-n";          stone_map[0x44] = "st-laser-n";
492          stone_map[0x46] = "st-laser-e";          stone_map[0x46] = "st-laser-e";
493          stone_map[0x68] = "st-bombs";          stone_map[0x68] = "st-bombs";
494          stone_map[0x6c] = "st-shogun-s";          stone_map[0x6c] = "st-shogun-s";
495            stone_map[0x75] = "st-rock2";
496            stone_map[0x76] = "st-invisible";
497          break;          break;
498      case OxydVersion_PerOxyd:      case OxydVersion_PerOxyd:
499            stone_map[0x27] = "st-wood";
500            stone_map[0x79] = "st-white4";
501            stone_map[0x7a] = "st-black4";
502          break;          break;
503      case OxydVersion_OxydExtra:      case OxydVersion_OxydExtra:
504          stone_map[0x27] = "st-wood";          stone_map[0x27] = "st-wood";
# Line 512  LevelPack_Oxyd::LevelPack_Oxyd (OxydVers Line 521  LevelPack_Oxyd::LevelPack_Oxyd (OxydVers
521          stone_map[0x25] = "st-glass1";          stone_map[0x25] = "st-glass1";
522          stone_map[0x27] = "st-glass1";          stone_map[0x27] = "st-glass1";
523          stone_map[0x2b] = "st-wood";          stone_map[0x2b] = "st-wood";
524            stone_map[0x35] = "st-death_invisible";
525          stone_map[0x68] = "st-bombs";          stone_map[0x68] = "st-bombs";
526          stone_map[0x6c] = "st-shogun-s";          stone_map[0x6c] = "st-shogun-s";
527          stone_map[0x6d] = "st-stoneimpulse";          stone_map[0x6d] = "st-stoneimpulse";

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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