Skip to content
Snippets Groups Projects
Commit 3a045c4c authored by Inuyasha's avatar Inuyasha
Browse files

Fix the green text after reduced pal changes

parent fdb4ac5c
No related branches found
No related tags found
No related merge requests found
...@@ -310,7 +310,7 @@ static void CON_SetupBackColormap(void) ...@@ -310,7 +310,7 @@ static void CON_SetupBackColormap(void)
yellowmap[9] = (UINT8)66; yellowmap[9] = (UINT8)66;
purplemap[3] = (UINT8)184; purplemap[3] = (UINT8)184;
purplemap[9] = (UINT8)186; purplemap[9] = (UINT8)186;
lgreenmap[3] = (UINT8)102; lgreenmap[3] = (UINT8)98;
lgreenmap[9] = (UINT8)106; lgreenmap[9] = (UINT8)106;
bluemap[3] = (UINT8)147; bluemap[3] = (UINT8)147;
bluemap[9] = (UINT8)158; bluemap[9] = (UINT8)158;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment