aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword1/animation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sword1/animation.cpp b/sword1/animation.cpp
index 07788b45f8..786775e68b 100644
--- a/sword1/animation.cpp
+++ b/sword1/animation.cpp
@@ -213,8 +213,9 @@ bool MoviePlayer::initOverlays(uint32 id) {
for (uint16 cnt = 0; cnt < 256; cnt++)
_introPal[cnt] = _sys->RGBToColor(pal[cnt * 3 + 0], pal[cnt * 3 + 1], pal[cnt * 3 + 2]);
}
- return true;
#endif
+
+ return true;
}
SplittedAudioStream::SplittedAudioStream(void) {