rnd-20030407-1-src
[rocksndiamonds.git] / src / conf_fnt.c
index 63f5b690a4516520291a08a60432fc0001172ac5..09dbe0076815812b637b1c46b5132f3c6fc41703 100644 (file)
 
 static struct
 {
-    int font_nr;
-    int special;
+  int font_nr;
+  int special;
 
-    int graphic;
+  int graphic;
 }
 font_to_graphic[] =
 {
@@ -171,6 +171,10 @@ font_to_graphic[] =
     FONT_TAPE_RECORDER,                                -1,
     IMG_FONT_TAPE_RECORDER
   },
+  {
+    FONT_GAME_INFO,                            -1,
+    IMG_FONT_GAME_INFO
+  },
   {
     -1,                                                -1,
     -1