Simple mistake

This commit is contained in:
SuperrSonic
2014-09-23 19:33:07 -04:00
parent 82d72faf8f
commit 9aa58ccdb8

View File

@@ -606,7 +606,7 @@ static void check_variables(void)
{
unsigned orig_value = current_palette;
if (strcmp(var.value, "asqrealc") == 0)
if (strcmp(var.value, "asqrealc") == 0)
current_palette = 0;
else if (strcmp(var.value, "loopy") == 0)
current_palette = 1;