mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +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 */
|
||||
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 */
|
||||
VID_SetMode (current_mode, palette);
|
||||
|
|
Loading…
Reference in a new issue