/[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.32 by dheck, Sat Apr 26 17:23:09 2003 UTC revision 1.33 by dheck, Sun Apr 27 16:50:17 2003 UTC
# Line 799  LP_Oxyd1::LP_Oxyd1 (DatFile *dat, bool t Line 799  LP_Oxyd1::LP_Oxyd1 (DatFile *dat, bool t
799      stone_map[0x2c] = "st-switch";      stone_map[0x2c] = "st-switch";
800      stone_map[0x34] = "st-death";      stone_map[0x34] = "st-death";
801      stone_map[0x35] = "st-death_invisible";      stone_map[0x35] = "st-death_invisible";
802        stone_map[0x3e] = "st-window";
803      stone_map[0x42] = "st-stoneimpulse";      stone_map[0x42] = "st-stoneimpulse";
804    
805      stone_map[0x44] = "st-laser-n";      stone_map[0x44] = "st-laser-n";
# Line 887  LP_PerOxyd::LP_PerOxyd (DatFile *dat, bo Line 888  LP_PerOxyd::LP_PerOxyd (DatFile *dat, bo
888  {  {
889      floor_map[0x38] = "fl-concrete";      floor_map[0x38] = "fl-concrete";
890      floor_map[0x4c] = "fl-bridge-open";      floor_map[0x4c] = "fl-bridge-open";
891        floor_map[0x5a] = "fl-springboard";
892      floor_map[0x5b] = "fl-gravel";      floor_map[0x5b] = "fl-gravel";
893    
894      item_map[0x24] = "it-seed";      item_map[0x24] = "it-seed";
895      item_map[0x2c] = "it-shogun-l";      item_map[0x2c] = "it-shogun-l";
896        item_map[0x36] = "it-springboard";
897      item_map[0x40] = "it-trigger";      item_map[0x40] = "it-trigger";
898    
899      stone_map[0x16] = "st-rock7";      stone_map[0x16] = "st-rock7";
900        stone_map[0x20] = "st-stone2";
901      stone_map[0x27] = "st-wood";      stone_map[0x27] = "st-wood";
902      stone_map[0x28] = "st-switch";      stone_map[0x28] = "st-switch";
903      stone_map[0x2b] = "st-fourswitch";      stone_map[0x2b] = "st-fourswitch";
# Line 902  LP_PerOxyd::LP_PerOxyd (DatFile *dat, bo Line 906  LP_PerOxyd::LP_PerOxyd (DatFile *dat, bo
906      stone_map[0x3e] = "st-laser-n";      stone_map[0x3e] = "st-laser-n";
907      stone_map[0x3f] = "st-laser-s";      stone_map[0x3f] = "st-laser-s";
908      stone_map[0x40] = "st-laser-e";      stone_map[0x40] = "st-laser-e";
909        stone_map[0x41] = "st-mirror-p|";
910        stone_map[0x42] = "st-mirror-p/";
911        stone_map[0x43] = "st-mirror-p-";
912        stone_map[0x44] = "st-mirror-p\\";
913        stone_map[0x45] = "st-mirror-p|m";
914        stone_map[0x46] = "st-mirror-p/m";
915        stone_map[0x47] = "st-mirror-p-m";
916        stone_map[0x48] = "st-mirror-p\\m";
917        stone_map[0x49] = "st-mirror-p|t";
918        stone_map[0x4a] = "st-mirror-p/t";
919        stone_map[0x4b] = "st-mirror-p-t";
920        stone_map[0x4c] = "st-mirror-p\\t";
921        stone_map[0x4d] = "st-mirror-3e";
922        stone_map[0x4e] = "st-mirror-3n";
923        stone_map[0x4f] = "st-mirror-3w";
924        stone_map[0x50] = "st-mirror-3s";
925    
926      stone_map[0x62] = "st-bombs";      stone_map[0x62] = "st-bombs";
927      stone_map[0x64] = "st-coinslot";      stone_map[0x64] = "st-coinslot";
928      stone_map[0x6d] = "st-stoneimpulse";      stone_map[0x6d] = "st-stoneimpulse";

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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