From 57e28df8cde65ab8f5443623b3fb4a9dda08a02f Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 2 Sep 2009 16:08:01 +0000 Subject: Fixed thumbnail gfx glitches on savegames svn-id: r43910 --- backends/platform/wii/osystem_gfx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/platform/wii/osystem_gfx.cpp b/backends/platform/wii/osystem_gfx.cpp index 2ba2f5a44b..6e33fb463d 100644 --- a/backends/platform/wii/osystem_gfx.cpp +++ b/backends/platform/wii/osystem_gfx.cpp @@ -277,11 +277,11 @@ void OSystem_Wii::initSize(uint width, uint height, } int16 OSystem_Wii::getWidth() { - return _currentWidth; + return _gameWidth; } int16 OSystem_Wii::getHeight() { - return _currentHeight; + return _gameHeight; } void OSystem_Wii::setPalette(const byte *colors, uint start, uint num) { -- cgit v1.2.3