(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
VideoDriver *_video_driver;
|
||||
char _ini_videodriver[32];
|
||||
int _num_resolutions;
|
||||
uint16 _resolutions[32][2];
|
||||
uint16 _cur_resolution[2];
|
||||
Dimension _resolutions[32];
|
||||
Dimension _cur_resolution;
|
||||
|
||||
SoundDriver *_sound_driver;
|
||||
char _ini_sounddriver[32];
|
||||
|
Reference in New Issue
Block a user