fixed wrong variable type
authorHolger Schemel <info@artsoft.org>
Sat, 4 Sep 2021 08:10:06 +0000 (10:10 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 4 Sep 2021 08:10:06 +0000 (10:10 +0200)
src/main.h

index fe41a2c5887a878c843391c3b8597b8822e2aedd..f29e8b128b080e2d8763154a6707e963c687f0f1 100644 (file)
@@ -3268,8 +3268,8 @@ struct GlobalInfo
 {
   char *autoplay_leveldir;
   int autoplay_level[MAX_TAPES_PER_SET];
 {
   char *autoplay_leveldir;
   int autoplay_level[MAX_TAPES_PER_SET];
+  int autoplay_mode;
   boolean autoplay_all;
   boolean autoplay_all;
-  boolean autoplay_mode;
 
   char *patchtapes_mode;
   char *patchtapes_leveldir;
 
   char *patchtapes_mode;
   char *patchtapes_leveldir;