SCI: Objectified Song struct 'a bit'
svn-id: r41344
This commit is contained in:
parent
d07e9dfb13
commit
62f596821e
3 changed files with 52 additions and 36 deletions
|
@ -824,7 +824,7 @@ void SfxState::sfx_add_song(SongIterator *it, int priority, SongHandle handle, i
|
|||
|
||||
}
|
||||
|
||||
song = song_new(handle, it, priority);
|
||||
song = new Song(handle, it, priority);
|
||||
song->_resourceNum = number;
|
||||
song->_hold = 0;
|
||||
song->_loops = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue