fixed main logic

This commit is contained in:
2026-05-24 17:47:19 +03:00
parent 119b85ea31
commit 680ef59e67
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
struct Line {
std::vector<Tile> line;
Score score;
Score score = 0;
explicit Line();
Line(size_t length);