]> skyeroc.xyz Git - dgamelaunch/commitdiff
ATTR() colors default to default bg now
authorSkyebee <sb24kelley@gmail.com>
Sun, 21 Jun 2026 05:45:36 +0000 (01:45 -0400)
committerSkyebee <sb24kelley@gmail.com>
Sun, 21 Jun 2026 06:06:43 +0000 (02:06 -0400)
dgamelaunch.c

index 4e03e9bc561c36d3bd67c415f41d6cefc549d62e..3374f72de7276852960ba6ec352f1680c291ccfa 100644 (file)
@@ -648,6 +648,10 @@ int remap_attr_string(char *s)
       num_delimiter++;
       other_num = atoi(num_delimiter);
     }
+    else
+    {
+      other_num = -1;
+    }
     num = atoi(s);
 
     if (other_num < 0 && num >= 0)