Fix compilation when USE_MPEG2 is undefined.
svn-id: r16081
This commit is contained in:
parent
55549cd3b2
commit
5029e9aaae
1 changed files with 2 additions and 1 deletions
|
@ -213,8 +213,9 @@ bool MoviePlayer::initOverlays(uint32 id) {
|
||||||
for (uint16 cnt = 0; cnt < 256; cnt++)
|
for (uint16 cnt = 0; cnt < 256; cnt++)
|
||||||
_introPal[cnt] = _sys->RGBToColor(pal[cnt * 3 + 0], pal[cnt * 3 + 1], pal[cnt * 3 + 2]);
|
_introPal[cnt] = _sys->RGBToColor(pal[cnt * 3 + 0], pal[cnt * 3 + 1], pal[cnt * 3 + 2]);
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
SplittedAudioStream::SplittedAudioStream(void) {
|
SplittedAudioStream::SplittedAudioStream(void) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue