Fixed crash in SQ4
svn-id: r39091
This commit is contained in:
parent
5f13e5ebcd
commit
a4e4de9ecd
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ static void _update_multi_song(sfx_state_t *self) {
|
||||||
|
|
||||||
for (newseeker = newsong; newseeker;
|
for (newseeker = newsong; newseeker;
|
||||||
newseeker = newseeker->next_playing) {
|
newseeker = newseeker->next_playing) {
|
||||||
if (!newseeker->it)
|
if (!newseeker || !newseeker->it)
|
||||||
return; /* Restore in progress and not ready for this yet */
|
return; /* Restore in progress and not ready for this yet */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue