aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/main_loop.cpp
diff options
context:
space:
mode:
authoryinsimei2017-05-30 01:30:51 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commitb920f61a111b2dddac41b44a318c9078dea833ff (patch)
tree4954fbee8cb1eaf9cd6172fb13206d288c65574b /engines/sludge/main_loop.cpp
parent3ae270f70975f52f7a502145b9dbd78062bf70e1 (diff)
downloadscummvm-rg350-b920f61a111b2dddac41b44a318c9078dea833ff.tar.gz
scummvm-rg350-b920f61a111b2dddac41b44a318c9078dea833ff.tar.bz2
scummvm-rg350-b920f61a111b2dddac41b44a318c9078dea833ff.zip
SLUDGE: Add the slusge specific image decoder
Diffstat (limited to 'engines/sludge/main_loop.cpp')
-rw-r--r--engines/sludge/main_loop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/main_loop.cpp b/engines/sludge/main_loop.cpp
index 5e9a0f11ae..cf0c7f315f 100644
--- a/engines/sludge/main_loop.cpp
+++ b/engines/sludge/main_loop.cpp
@@ -75,6 +75,7 @@
#include "helpers.h"
#include "graphics/surface.h"
#include "common/debug.h"
+#include "sludge.h"
namespace Sludge {
@@ -481,7 +482,6 @@ int main_loop(char *filename)
g_system->copyRectToScreen(backdropSurface.getPixels(),
backdropSurface.pitch, 0, 0, backdropSurface.w,
backdropSurface.h);
- //g_system->getPaletteManager()->setPalette(_image->getPalette(), 0, 256);
g_system->updateScreen();
g_system->delayMillis(100);
#if 0