mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00
Fix compilation
svn-id: r15866
This commit is contained in:
parent
aad9f122c0
commit
d75cc2386d
@ -126,7 +126,7 @@ KyraEngine::KyraEngine(GameDetector *detector, OSystem *syst)
|
|||||||
int KyraEngine::init() {
|
int KyraEngine::init() {
|
||||||
|
|
||||||
// Initialize backen
|
// Initialize backen
|
||||||
syst->initSize(320, 200);
|
_system->initSize(320, 200);
|
||||||
_screen = new uint8[320*200];
|
_screen = new uint8[320*200];
|
||||||
memset(_screen, 0, sizeof(uint8) * 320 * 200);
|
memset(_screen, 0, sizeof(uint8) * 320 * 200);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user