added visible playfield size to tape structure (not used yet)
[rocksndiamonds.git] / src / files.c
index 271e428395d6a30d2d832fe6f0ff5aaed6c12d1b..4d2c8c45c7a577336b31ccbe97c72f146e73ecfe 100644 (file)
@@ -7628,6 +7628,9 @@ static void setTapeInfoToDefaults(void)
   tape.playing = FALSE;
   tape.pausing = FALSE;
 
+  tape.scr_fieldx = SCR_FIELDX_DEFAULT;
+  tape.scr_fieldy = SCR_FIELDY_DEFAULT;
+
   tape.no_valid_file = FALSE;
 }