fixed wrong variable type
[rocksndiamonds.git] / src / main.h
index fe41a2c5887a878c843391c3b8597b8822e2aedd..f29e8b128b080e2d8763154a6707e963c687f0f1 100644 (file)
@@ -3268,8 +3268,8 @@ struct GlobalInfo
 {
   char *autoplay_leveldir;
   int autoplay_level[MAX_TAPES_PER_SET];
+  int autoplay_mode;
   boolean autoplay_all;
-  boolean autoplay_mode;
 
   char *patchtapes_mode;
   char *patchtapes_leveldir;