changed naming of "ECS/AGA" graphics setup to more generic "old/new"
[rocksndiamonds.git] / src / libgame / setup.c
index 65f0eec425d1fecfa890714d67c86f71196a4e32..4104a042e8d1d901404d03998280d938b26feb7b 100644 (file)
@@ -4883,7 +4883,7 @@ char *getSetupValue(int type, void *value)
       break;
 
     case TYPE_ECS_AGA:
-      strcpy(value_string, (*(boolean *)value ? "AGA" : "ECS"));
+      strcpy(value_string, (*(boolean *)value ? "new" : "old"));
       break;
 
     case TYPE_KEY: