Fix history player mode.

This commit is contained in:
yukirij 2024-08-23 21:36:50 -07:00
parent 19a1ed36d7
commit d70eb2e03b
2 changed files with 2 additions and 1 deletions

View File

@ -722,6 +722,7 @@ const INTERFACE = {
case INTERFACE.Mode.Replay: {
history = data.history;
player = 2;
} break;
}

View File

@ -278,7 +278,7 @@ const UI = {
}
let tbody = UI.table_content(
[ "Dawn", "Dusk", "Turn", "" ],
[ "Dawn", "Dusk", "Turns", "" ],
rows,
);