MSDOS/VESA: Add video_width and video_height
To be used to set the video mode
This commit is contained in:
committed by
Pasi Kallinen
parent
aa3303cafc
commit
9460796a2b
@@ -367,6 +367,10 @@ struct instance_flags {
|
||||
int wc_map_mode; /* specify map viewing options, mostly
|
||||
* for backward compatibility */
|
||||
int wc_player_selection; /* method of choosing character */
|
||||
#if defined(MSDOS)
|
||||
unsigned wc_video_width; /* X resolution of screen */
|
||||
unsigned wc_video_height; /* Y resolution of screen */
|
||||
#endif
|
||||
boolean wc_splash_screen; /* display an opening splash screen or not */
|
||||
boolean wc_popup_dialog; /* put queries in pop up dialogs instead of
|
||||
* in the message window */
|
||||
|
||||
Reference in New Issue
Block a user