Skip to content

Commit d56893a

Browse files
committed
extra changes.
1 parent f1d465b commit d56893a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ std::vector<std::string> saveInitialHighScores()
116116
std::string name = "aaa";
117117

118118
int placement = 1;
119-
for (int i = 9; i > 0; i--)
119+
for (int i = 8; i > 0; i--)
120120
{
121121
std::string placementString = std::to_string(placement);
122122
std::string scoreString = std::to_string(i * 100);

0 commit comments

Comments
 (0)