| commit | cebba4dfb0be9cf976e2497ef5fd7a307b962bee | [log] [tgz] |
|---|---|---|
| author | Joseph Pranevich <jpranevich@lycos.com> | Sat Feb 20 16:42:17 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Feb 20 16:42:17 1999 +0000 |
| tree | faeb17ae2268281ad84976647631f2f88f718f7b | |
| parent | 23b6eebba6447b93e0bfce0f2537141525fa6e9f [diff] |
Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
diff --git a/msdos/int10.c b/msdos/int10.c index d879d47..aea978f 100644 --- a/msdos/int10.c +++ b/msdos/int10.c
@@ -86,6 +86,8 @@ 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)) {