added configurability of different window size for title screens
[rocksndiamonds.git] / src / main.h
index da66e67c80636a29c4bc244ac53f30b19bbac8e2..a8edcee71ea33d8c76b534843b1bb39e487c7aa7 100644 (file)
@@ -2343,7 +2343,7 @@ struct EditorInfo
 
 struct ViewportInfo
 {
-  struct RectWithBorder window;
+  struct RectWithBorder window[NUM_SPECIAL_GFX_ARGS];
   struct RectWithBorder playfield[NUM_SPECIAL_GFX_ARGS];
   struct RectWithBorder door_1[NUM_SPECIAL_GFX_ARGS];
   struct RectWithBorder door_2[NUM_SPECIAL_GFX_ARGS];