mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 14:44:57 -04:00
fix windows pointer calculation when converting old SEQ format
This commit is contained in:
parent
2ce5f77825
commit
9c680064b2
3 changed files with 6 additions and 6 deletions
|
@ -958,7 +958,7 @@ void show_loading_picture(char *filename)
|
|||
ablock_free(p);
|
||||
}
|
||||
|
||||
char end_of_song_callback(void *, TMUSIC_SOURCE *s, TMUSIC_SOURCE_TYPE *t) {
|
||||
char end_of_song_callback(void *userdata, TMUSIC_SOURCE *s, TMUSIC_SOURCE_TYPE *t) {
|
||||
const char *ms = get_next_music_from_playlist();
|
||||
return resolve_music_source(ms, s, t);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue