Increased video resolutions list size to 100

This commit is contained in:
Sergii Pylypenko
2019-04-25 23:44:20 +03:00
parent c1febca55f
commit bfab61057c
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.