X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsetup.c;h=4104a042e8d1d901404d03998280d938b26feb7b;hb=0f6832ff60f9beba4f1dd347ba9b78aafd806e82;hp=65f0eec425d1fecfa890714d67c86f71196a4e32;hpb=24e6fe624376685e6c63861aa132c6f6cdf2bd4d;p=rocksndiamonds.git diff --git a/src/libgame/setup.c b/src/libgame/setup.c index 65f0eec4..4104a042 100644 --- a/src/libgame/setup.c +++ b/src/libgame/setup.c @@ -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: