Fix compilation when USE_MPEG2 is undefined.

svn-id: r16081
This commit is contained in:
Eugene Sandulenko 2004-12-16 15:27:21 +00:00
parent 55549cd3b2
commit 5029e9aaae

View file

@ -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) {