Merge pull request #5 from askotx/master
Fixed typo "asqrealc" palette was not working
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user