mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
require an 8 bpp mode
This commit is contained in:
parent
4b32916298
commit
80146121dc
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ VID_Init (unsigned char *palette)
|
||||||
/* Interpret command-line params */
|
/* Interpret command-line params */
|
||||||
VID_GetWindowSize (320, 200);
|
VID_GetWindowSize (320, 200);
|
||||||
|
|
||||||
current_mode = get_mode (vid.width, vid.height, 0);
|
current_mode = get_mode (vid.width, vid.height, 8);
|
||||||
|
|
||||||
/* Set vid parameters */
|
/* Set vid parameters */
|
||||||
VID_SetMode (current_mode, palette);
|
VID_SetMode (current_mode, palette);
|
||||||
|
|
Loading…
Reference in a new issue