Small correction to resolution selector. Still not perfect.

svn-id: r22919
This commit is contained in:
Eugene Sandulenko 2006-06-04 19:44:47 +00:00
parent 60f19a0f2c
commit 1db54ac15c

View File

@ -25,7 +25,7 @@
void OSystem_MAEMO::loadGFXMode() {
if (_fullscreen || _screenHeight > 400) {
if (_fullscreen || effectiveScreenHeight() > 400) {
_overlayWidth = 800;
_overlayHeight = 480;