renamed preprocessor constant
[rocksndiamonds.git] / src / libgame / misc.c
index 6c9790b3be91ad44c791323b9f76afe254c4ff9a..c953e1b0ee0045e868a8c8950d73bd1793c3cb6c 100644 (file)
@@ -2966,7 +2966,7 @@ int get_switch3_from_string(char *s)
       get_integer_from_string(s) == 1)
     result = TRUE;
   else if (strEqual(s_lower, "auto"))
-    result = AUTO;
+    result = MODE_AUTO;
 
   free(s_lower);