This commit is contained in:
retro-wertz
2017-08-31 19:38:56 +08:00
parent 01b237aaad
commit 7238a5bb6a

View File

@@ -929,7 +929,7 @@ static void check_variables(bool startup)
if (!strcmp(var.value, "default"))
current_palette = 0;
if (!strcmp(var.value, "asqrealc"))
else if (!strcmp(var.value, "asqrealc"))
current_palette = 1;
else if (!strcmp(var.value, "loopy"))
current_palette = 2;