rnd-20020914-1-src
[rocksndiamonds.git] / src / main.c
index 477ff2420358b16a96c63245542e40e65d16a74c..1a9cf362f44b760e83ccfa838c6031e20b7e31fe 100644 (file)
@@ -141,7 +141,7 @@ struct ConfigInfo image_config_suffix[] =
   { ".xpos",                           "0"                     },
   { ".ypos",                           "0"                     },
   { ".frames",                         "1"                     },
-  { ".delay",                          "0"                     },
+  { ".delay",                          "1"                     },
   { ".pingpong",                       "0"                     },
   { ".pingpong2",                      "0"                     },
   { ".reverse",                                "0"                     },
@@ -338,53 +338,53 @@ struct ConfigInfo image_config[] =
   { "spaceship_right",                         "RocksElements.pcx"     },
   { "spaceship_right.xpos",                    "8"                     },
   { "spaceship_right.ypos",                    "3"                     },
-  { "spaceship_right.frames",                  "1"                     },
+  { "spaceship_right.frames",                  "2"                     },
   { "spaceship_up",                            "RocksElements.pcx"     },
-  { "spaceship_up.xpos",                       "9"                     },
+  { "spaceship_up.xpos",                       "10"                    },
   { "spaceship_up.ypos",                       "3"                     },
-  { "spaceship_up.frames",                     "1"                     },
+  { "spaceship_up.frames",                     "2"                     },
   { "spaceship_left",                          "RocksElements.pcx"     },
-  { "spaceship_left.xpos",                     "10"                    },
+  { "spaceship_left.xpos",                     "12"                    },
   { "spaceship_left.ypos",                     "3"                     },
-  { "spaceship_left.frames",                   "1"                     },
+  { "spaceship_left.frames",                   "2"                     },
   { "spaceship_down",                          "RocksElements.pcx"     },
-  { "spaceship_down.xpos",                     "11"                    },
+  { "spaceship_down.xpos",                     "14"                    },
   { "spaceship_down.ypos",                     "3"                     },
-  { "spaceship_down.frames",                   "1"                     },
+  { "spaceship_down.frames",                   "2"                     },
 
   { "bug_right",                               "RocksElements.pcx"     },
   { "bug_right.xpos",                          "8"                     },
   { "bug_right.ypos",                          "4"                     },
-  { "bug_right.frames",                                "1"                     },
+  { "bug_right.frames",                                "2"                     },
   { "bug_up",                                  "RocksElements.pcx"     },
-  { "bug_up.xpos",                             "9"                     },
+  { "bug_up.xpos",                             "10"                    },
   { "bug_up.ypos",                             "4"                     },
-  { "bug_up.frames",                           "1"                     },
+  { "bug_up.frames",                           "2"                     },
   { "bug_left",                                        "RocksElements.pcx"     },
-  { "bug_left.xpos",                           "10"                    },
+  { "bug_left.xpos",                           "12"                    },
   { "bug_left.ypos",                           "4"                     },
-  { "bug_left.frames",                         "1"                     },
+  { "bug_left.frames",                         "2"                     },
   { "bug_down",                                        "RocksElements.pcx"     },
-  { "bug_down.xpos",                           "11"                    },
+  { "bug_down.xpos",                           "14"                    },
   { "bug_down.ypos",                           "4"                     },
-  { "bug_down.frames",                         "1"                     },
+  { "bug_down.frames",                         "2"                     },
 
   { "pacman_right",                            "RocksElements.pcx"     },
   { "pacman_right.xpos",                       "8"                     },
   { "pacman_right.ypos",                       "5"                     },
-  { "pacman_right.frames",                     "1"                     },
+  { "pacman_right.frames",                     "2"                     },
   { "pacman_up",                               "RocksElements.pcx"     },
-  { "pacman_up.xpos",                          "9"                     },
+  { "pacman_up.xpos",                          "10"                    },
   { "pacman_up.ypos",                          "5"                     },
-  { "pacman_up.frames",                                "1"                     },
+  { "pacman_up.frames",                                "2"                     },
   { "pacman_left",                             "RocksElements.pcx"     },
-  { "pacman_left.xpos",                                "10"                    },
+  { "pacman_left.xpos",                                "12"                    },
   { "pacman_left.ypos",                                "5"                     },
-  { "pacman_left.frames",                      "1"                     },
+  { "pacman_left.frames",                      "2"                     },
   { "pacman_down",                             "RocksElements.pcx"     },
-  { "pacman_down.xpos",                                "11"                    },
+  { "pacman_down.xpos",                                "14"                    },
   { "pacman_down.ypos",                                "5"                     },
-  { "pacman_down.frames",                      "1"                     },
+  { "pacman_down.frames",                      "2"                     },
 
   { "explosion",                               "RocksElements.pcx"     },
   { "explosion.xpos",                          "0"                     },
@@ -1147,6 +1147,7 @@ struct ConfigInfo image_config[] =
   { "satellite.moving.xpos",                   "8"                     },
   { "satellite.moving.ypos",                   "9"                     },
   { "satellite.moving.frames",                 "8"                     },
+  { "satellite.moving.delay",                  "2"                     },
 
   { "acid.splashing_left",                     "RocksHeroes.pcx"       },
   { "acid.splashing_left.xpos",                        "8"                     },
@@ -2757,6 +2758,7 @@ struct ElementInfo element_info[MAX_ELEMENTS] =
 };
 
 struct GraphicInfo graphic_info[MAX_GRAPHICS];
+struct NewGraphicInfo new_graphic_info[NUM_IMAGE_FILES];
 
 
 /* ========================================================================= */