Fix compilation

svn-id: r15866
This commit is contained in:
Eugene Sandulenko 2004-11-23 00:48:34 +00:00
parent aad9f122c0
commit d75cc2386d

View File

@ -126,7 +126,7 @@ KyraEngine::KyraEngine(GameDetector *detector, OSystem *syst)
int KyraEngine::init() {
// Initialize backen
syst->initSize(320, 200);
_system->initSize(320, 200);
_screen = new uint8[320*200];
memset(_screen, 0, sizeof(uint8) * 320 * 200);