From f425a6843cbb98b5777211bad4e8adc6442c4fa0 Mon Sep 17 00:00:00 2001 From: Skyebee Date: Sun, 21 Jun 2026 01:45:36 -0400 Subject: [PATCH] ATTR() colors default to default bg now --- dgamelaunch.c | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.47.3