diff options
Diffstat (limited to 'engines/mohawk/livingbooks.cpp')
-rw-r--r-- | engines/mohawk/livingbooks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp index 19af37439d..0ce8135508 100644 --- a/engines/mohawk/livingbooks.cpp +++ b/engines/mohawk/livingbooks.cpp @@ -63,7 +63,7 @@ Common::Error MohawkEngine_LivingBooks::run() { debug("Setting screen size to %dx%d", _screenWidth, _screenHeight); // TODO: Eventually move this to a LivingBooksGraphics class or similar - initGraphics(_screenWidth, _screenHeight, true, NULL); + initGraphics(_screenWidth, _screenHeight, true); loadIntro(); |