SCI: Objectified Song struct 'a bit'

svn-id: r41344
This commit is contained in:
Max Horn 2009-06-07 17:07:07 +00:00
parent d07e9dfb13
commit 62f596821e
3 changed files with 52 additions and 36 deletions

View file

@ -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;