mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-08 07:30:33 -04:00
import sdl, some tests, nothing work yet
This commit is contained in:
parent
a7278bac40
commit
378b5586ab
37 changed files with 721 additions and 167 deletions
|
@ -611,8 +611,7 @@ void macro_change_music(int textindex)
|
|||
char *nextTrack;
|
||||
|
||||
create_playlist(trackdef);
|
||||
play_next_music(&nextTrack);
|
||||
change_music(nextTrack);
|
||||
change_music(get_next_music_from_playlist());
|
||||
}
|
||||
|
||||
void macro_register_global_event(TMULTI_ACTION *q)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue