Increased video resolutions list size to 100

This commit is contained in:
Sergii Pylypenko
2019-04-25 23:44:20 +03:00
committed by pelya
parent ef6378088f
commit 5bfff40f5e
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
char *_ini_videodriver; ///< The video driver a stored in the configuration file.
int _num_resolutions; ///< The number of resolutions.
Dimension _resolutions[32]; ///< List of resolutions.
Dimension _resolutions[100]; ///< List of resolutions.
Dimension _cur_resolution; ///< The current resolution.
bool _rightclick_emulate; ///< Whether right clicking is emulated.

View File

@@ -102,7 +102,7 @@ public:
extern char *_ini_videodriver;
extern int _num_resolutions;
extern Dimension _resolutions[32];
extern Dimension _resolutions[100];
extern Dimension _cur_resolution;
extern bool _rightclick_emulate;