commit 21f2d8aa8d57a62446e08c09fcb0ef2d383b79d7
parent cab6674e67b5797b3eb749df3b5ca6e8fb8c6a4c
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Wed, 7 Mar 2012 21:02:35 +0100
bugfix for processing workbench colors
hah! I saw that without testing ;)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansilove/ansilove.c b/ansilove/ansilove.c
@@ -747,7 +747,7 @@ void alAnsiLoader(char *input, char output[], char font[], char bits[], char ice
}
wbColorCnt = explode(&wbColorArray, ',', WORKBENCH_COLOR_4);
for (i = 0; i < wbColorCnt; i++) {
- wbcStorage[4][i] = wbColorArray[i];
+ wbcStorage[1][i] = wbColorArray[i];
}
wbColorCnt = explode(&wbColorArray, ',', WORKBENCH_COLOR_2);
for (i = 0; i < wbColorCnt; i++) {