Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
fourinone41 committed Dec 7, 2017
1 parent 1a8558c commit b9c1ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ function processAPI(root) {
if (data.api_n_hougeki2 && data.api_n_hougeki2.api_at_list) {
processYasenHougeki(data.api_n_hougeki2);
}
if (data.api_hougeki1 !== undefined) {
if (data.api_day_flag) {
eventqueue.push([wait,[1000]]);
eventqueue.push([shutters,[true]]);
eventqueue.push([enemyEscortExit,[]]);
Expand Down

0 comments on commit b9c1ba7

Please sign in to comment.