aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Persson2010-03-08 21:33:23 +0000
committerLars Persson2010-03-08 21:33:23 +0000
commit688288ec7dd558170bbcf7298dde501faafe0a47 (patch)
treeca1d57f6c7d609a4f6ae83c328ce21d3e9a3df7c
parent5e8743d0d61ddd22f1475bf6448747c1959e6340 (diff)
downloadscummvm-rg350-688288ec7dd558170bbcf7298dde501faafe0a47.tar.gz
scummvm-rg350-688288ec7dd558170bbcf7298dde501faafe0a47.tar.bz2
scummvm-rg350-688288ec7dd558170bbcf7298dde501faafe0a47.zip
Re-enable the arm asm costume drawer
svn-id: r48201
-rw-r--r--backends/platform/symbian/src/portdefs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h
index e2cf7625e8..2a26771a0a 100644
--- a/backends/platform/symbian/src/portdefs.h
+++ b/backends/platform/symbian/src/portdefs.h
@@ -124,9 +124,7 @@
#ifndef __WINS__
#define USE_ARM_GFX_ASM
#define USE_ARM_SMUSH_ASM
-#ifdef COSTUME_IS_NOT_BROKEN_ANYMORE
#define USE_ARM_COSTUME_ASM
-#endif
#define USE_ARM_SOUND_ASM
#endif
// This is not really functioning yet.