mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 03:18:17 +00:00
Fixed other warnings and removed ^M in costume.cpp.
svn-id: r4015
This commit is contained in:
parent
3cf038930f
commit
f5a8c89eb3
@ -755,6 +755,7 @@ void CostumeRenderer::proc_special(Actor *a, byte mask2)
|
|||||||
if(shadow2 != 0)
|
if(shadow2 != 0)
|
||||||
{
|
{
|
||||||
warning("proc_special: shadow2 unimplemented");
|
warning("proc_special: shadow2 unimplemented");
|
||||||
|
pcolor = 0;
|
||||||
}
|
}
|
||||||
else // we don't need all the random stuff, just the background copy
|
else // we don't need all the random stuff, just the background copy
|
||||||
{
|
{
|
||||||
|
@ -603,7 +603,7 @@ int Scumm::getCachedTrack(int track) {
|
|||||||
struct mad_frame frame;
|
struct mad_frame frame;
|
||||||
unsigned char buffer[8192];
|
unsigned char buffer[8192];
|
||||||
unsigned int buflen = 0;
|
unsigned int buflen = 0;
|
||||||
int count = 0, result = 0;
|
int count = 0;
|
||||||
|
|
||||||
// See if we find the track in the cache
|
// See if we find the track in the cache
|
||||||
for (i=0; i<CACHE_TRACKS; i++)
|
for (i=0; i<CACHE_TRACKS; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user