aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sky/screen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sky/screen.cpp b/engines/sky/screen.cpp
index 56e775278d..32487c1fdb 100644
--- a/engines/sky/screen.cpp
+++ b/engines/sky/screen.cpp
@@ -66,7 +66,6 @@ Screen::Screen(OSystem *pSystem, Disk *pDisk, SkyCompact *skyCompact) {
int i;
uint8 tmpPal[1024];
- _system->initSize(FULL_SCREEN_WIDTH, FULL_SCREEN_HEIGHT);
_gameGrid = (uint8 *)malloc(GRID_X * GRID_Y * 2);
forceRefresh();