Apply some patches by syke to prevent buffer overruns, etc.
svn-id: r3723
This commit is contained in:
parent
31dc24a037
commit
87ac8ae487
16 changed files with 45 additions and 42 deletions
2
sdl.cpp
2
sdl.cpp
|
@ -658,8 +658,6 @@ void drawMouse(Scumm *s, int xdraw, int ydraw, int w, int h, byte *buf, bool vis
|
|||
}
|
||||
}
|
||||
|
||||
static uint32 midi_counter;
|
||||
|
||||
void fill_sound(void *userdata, Uint8 *stream, int len) {
|
||||
scumm.mixWaves((int16*)stream, len>>1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue