rnd-20030120-4-src
[rocksndiamonds.git] / src / main.c
index 4e4f38ac98d24a8a3094e0b529847780bcf5dff0..df8b8f62724e32b17ce9b35eafefadcb232d1123 100644 (file)
@@ -89,10 +89,8 @@ struct TapeInfo              tape;
 struct SetupInfo       setup;
 struct GameInfo                game;
 struct GlobalInfo      global;
-struct FileInfo               *image_files;
-struct FileInfo               *sound_files;
-struct GraphicInfo     graphic_info[NUM_IMAGE_FILES];
-struct SoundInfo       sound_info[NUM_SOUND_FILES];
+struct GraphicInfo     *graphic_info = NULL;
+struct SoundInfo       *sound_info = NULL;
 
 
 /* ------------------------------------------------------------------------- */