reset player at the end of script

このコミットが含まれているのは:
louis f 2020-10-11 19:17:26 -04:00
コミット 93bb1c822e
署名者: louis
GPGキーID: 44D7E1DE4E23D6F2

ファイルの表示

@ -377,6 +377,7 @@ function sceneSet(questSceneMstId, cust) {
function playNext() {
if (!partPlaylist.length) {
if (!scenePlaylist.length) {
player.resetAll();
resetPlaylist();
return; // we're probably done
}