Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.

This commit is contained in:
Joseph Pranevich 1999-02-20 16:42:17 +00:00 committed by Alexandre Julliard
parent 23b6eebba6
commit cebba4dfb0
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ void WINAPI INT_Int10Handler( CONTEXT *context )
color_pallet[13] = CONSOLE_AllocColor(WINE_LIGHT_MAGENTA);
color_pallet[14] = CONSOLE_AllocColor(WINE_YELLOW);
color_pallet[15] = CONSOLE_AllocColor(WINE_WHITE);
registered_colors = TRUE;
}
switch(AH_reg(context)) {