rnd-20030223-2-src
[rocksndiamonds.git] / src / main.h
index a82e054f782bf6dde7cabe2b0532cd4b88506a79..281fc47e57e6f0eb48bb5d975004da7206ac5818 100644 (file)
@@ -1056,11 +1056,11 @@ struct ElementInfo
 
   int graphic[NUM_ACTIONS];    /* default graphics for several actions */
 
-                               /* special graphics for left/right/up/down */
   int direction_graphic[NUM_ACTIONS][NUM_DIRECTIONS];
+                               /* special graphics for left/right/up/down */
 
-                               /* special graphics for certain screens */
   int special_graphic[NUM_SPECIAL_GFX_ARGS];
+                               /* special graphics for certain screens */
 
   int editor_graphic;          /* graphic displayed in level editor */
   int preview_graphic;         /* graphic displayed in level preview */
@@ -1068,6 +1068,16 @@ struct ElementInfo
   int sound[NUM_ACTIONS];      /* default sounds for several actions */
 };
 
+#if 0
+struct FontInfo
+{
+  int graphic;                 /* default graphic for this font */
+
+  int special_graphic[NUM_SPECIAL_GFX_ARGS];
+                               /* special graphics for certain screens */
+};
+#endif
+
 struct GraphicInfo
 {
   Bitmap *bitmap;