Fixed typo "asqrealc" palette was not working

This commit is contained in:
Juan Ruvalcaba
2014-07-18 02:14:41 -07:00
parent b078056d4a
commit 29845daf7d

View File

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