Merge pull request #5 from askotx/master

Fixed typo "asqrealc" palette was not working
This commit is contained in:
Twinaphex
2014-07-18 16:28:31 +02:00

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;