mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
Fix for debian wildmidi.
This might break lenny :/
This commit is contained in:
parent
f4d8b82115
commit
ce64227a71
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ midi_stream_seek (sfxstream_t *stream, int pos)
|
|||
pos += stream->wavinfo.dataofs;
|
||||
new_pos = pos;
|
||||
|
||||
return WildMidi_SampledSeek(stream->file, &new_pos);
|
||||
return WildMidi_FastSeek(stream->file, &new_pos);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue