Fixes for colorTo and tint not being kept during dialogue.

This commit is contained in:
firebingo 2019-05-21 20:56:37 -07:00
parent 9dc0c8f9cf
commit bb409c45a1
3 changed files with 57 additions and 11 deletions

View file

@ -375,7 +375,6 @@ function sceneSet(questSceneMstId, cust) {
}
function playNext() {
if (!partPlaylist.length) {
if (!scenePlaylist.length) {
resetPlaylist();
@ -389,7 +388,6 @@ function playNext() {
}
function partChanged(part) {
let cust = currentScene.IsCustom ? CUSTOM.custom : CUSTOM.stock;
let name = currentScene.Name;
let tl_key = utage.sceneTranslations[cust][currentScene.QuestSceneMstId];