diff --git a/backends/platform/null/null.cpp b/backends/platform/null/null.cpp index a2696e44bc7..610f1d3a426 100644 --- a/backends/platform/null/null.cpp +++ b/backends/platform/null/null.cpp @@ -204,11 +204,11 @@ void OSystem_NULL::initSize(uint width, uint height) { } int16 OSystem_NULL::getHeight() { - return 320; + return 200; } int16 OSystem_NULL::getWidth() { - return 200; + return 320; } void OSystem_NULL::setPalette(const byte *colors, uint start, uint num) {