aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/gfx_towns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/gfx_towns.cpp')
-rw-r--r--engines/scumm/gfx_towns.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/scumm/gfx_towns.cpp b/engines/scumm/gfx_towns.cpp
index 7198e103fc..33b1779b0b 100644
--- a/engines/scumm/gfx_towns.cpp
+++ b/engines/scumm/gfx_towns.cpp
@@ -29,6 +29,8 @@
#include "scumm/util.h"
#include "scumm/resource.h"
+#ifndef DISABLE_TOWNS_DUAL_LAYER_MODE
+
namespace Scumm {
void ScummEngine::towns_drawStripToScreen(VirtScreen *vs, int dstX, int dstY, int srcX, int srcY, int width, int height) {
@@ -516,3 +518,5 @@ uint16 TownsScreen::calc16BitColor(const uint8 *palEntry) {
#undef FULL_REDRAW
} // End of namespace Scumm
+
+#endif // DISABLE_TOWNS_DUAL_LAYER_MODE