浏览代码

Finish songless levels

Thomas Dy 6 年之前
父节点
当前提交
dbec961c41
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/game/typing.ts

+ 4 - 0
src/game/typing.ts

@@ -235,6 +235,10 @@ namespace game {
       }
       if (this.context.track !== null) {
         this.setWaiting(true);
+      } else {
+        if (this.currentIndex >= this.lines.length) {
+          this.finish();
+        }
       }
     }