graphics: Change WIMINUS graphic to be red.

This was configured to be white, but it just looks weird next to
the red numbers. Change to red for consistency.
This commit is contained in:
Simon Howard 2014-02-05 04:07:30 +00:00
parent 17598bdc00
commit 57daf24437

View file

@ -76,7 +76,6 @@ white_graphics = {
'wibp3': 'P3', 'wibp3': 'P3',
'wibp4': 'P4', 'wibp4': 'P4',
'wicolon': ':', 'wicolon': ':',
'wiminus': '-',
# Note: level names are also included in this dictionary, with # Note: level names are also included in this dictionary, with
# the data added programatically from the DEHACKED lump, see # the data added programatically from the DEHACKED lump, see
@ -147,6 +146,7 @@ red_graphics = {
'winum4': '4', 'winum5': '5', 'winum6': '6', 'winum7': '7', 'winum4': '4', 'winum5': '5', 'winum6': '6', 'winum7': '7',
'winum8': '8', 'winum9': '9', 'winum8': '8', 'winum9': '9',
'wipcnt': '%', 'wipcnt': '%',
'wiminus': '-',
'wienter': 'ENTERING', 'wienter': 'ENTERING',
'm_pause': 'pause', 'm_pause': 'pause',