Fix the green text after reduced pal changes

This commit is contained in:
Inuyasha 2016-02-28 23:30:52 -08:00
parent fdb4ac5c2e
commit 3a045c4cc9
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ static void CON_SetupBackColormap(void)
yellowmap[9] = (UINT8)66;
purplemap[3] = (UINT8)184;
purplemap[9] = (UINT8)186;
lgreenmap[3] = (UINT8)102;
lgreenmap[3] = (UINT8)98;
lgreenmap[9] = (UINT8)106;
bluemap[3] = (UINT8)147;
bluemap[9] = (UINT8)158;