rnd-20041121-1-src
[rocksndiamonds.git] / src / game_em / init.c
index 46c4ee0972427107e72a1968f6f955516206c95c..5f6d2ed3a1e086bfcc49b0d99b185f1c6e1cc3c0 100644 (file)
@@ -122,6 +122,7 @@ char *progname;
 char *arg_basedir;
 
 extern void tab_generate();
+extern void tab_generate_graphics_info_em();
 extern void ulaw_generate();
 
 int open_all(void)
@@ -244,6 +245,9 @@ void em_open_all()
   if (open_all() != 0)
     Error(ERR_EXIT, "em_open_all(): open_all() failed");
 
+  /* after "open_all()", because we need the graphic bitmaps to be defined */
+  tab_generate_graphics_info_em();
+
   game_init_vars();
 }