aboutsummaryrefslogtreecommitdiff
path: root/graphics/sjis.h
diff options
context:
space:
mode:
authorFlorian Kagerer2010-10-17 14:11:06 +0000
committerFlorian Kagerer2010-10-17 14:11:06 +0000
commit365cb758fb9d1751981884585aa84bf9cd14a53b (patch)
treedacedab3689ad8dc082ded3959b759aaa2d3eb01 /graphics/sjis.h
parentc841c3fb7c9b93d48512c4480753ca409770990f (diff)
downloadscummvm-rg350-365cb758fb9d1751981884585aa84bf9cd14a53b.tar.gz
scummvm-rg350-365cb758fb9d1751981884585aa84bf9cd14a53b.tar.bz2
scummvm-rg350-365cb758fb9d1751981884585aa84bf9cd14a53b.zip
GRAPHICS: enable sjis code for scumm engine
svn-id: r53555
Diffstat (limited to 'graphics/sjis.h')
-rw-r--r--graphics/sjis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sjis.h b/graphics/sjis.h
index b6e99c7f91..7cdcbb785b 100644
--- a/graphics/sjis.h
+++ b/graphics/sjis.h
@@ -28,7 +28,7 @@
// for dynamic engine plugins.
// If you plan to use this code in another engine, you will have
// to add the proper define check here.
-#if !(defined(ENABLE_KYRA) || defined(ENABLE_SCI) || defined(DYNAMIC_MODULES))
+#if !(defined(ENABLE_KYRA) || defined(ENABLE_SCI) || defined(ENABLE_SCUMM) || defined(DYNAMIC_MODULES))
// If neither of the above mentioned is enabled, do not include the SJIS code.