src/driver.cpp
changeset 10983 e734f891d1f6
parent 10911 dc3cb3bb6113
child 11062 19abd15f7cf8
--- a/src/driver.cpp	Mon Jun 16 17:28:15 2008 +0000
+++ b/src/driver.cpp	Mon Jun 16 19:38:41 2008 +0000
@@ -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];