From: Skyebee Date: Sun, 21 Jun 2026 05:45:36 +0000 (-0400) Subject: ATTR() colors default to default bg now X-Git-Tag: 1.6.1-roc-2606C^2~1 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=f425a6843cbb98b5777211bad4e8adc6442c4fa0;p=dgamelaunch ATTR() colors default to default bg now --- diff --git a/dgamelaunch.c b/dgamelaunch.c index 4e03e9b..3374f72 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -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)