Skip to content

Commit

Permalink
asdasdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka authored Mar 14, 2024
1 parent 4f5790e commit 37a7b91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scene_hellcross.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ HellCrossScene::HellCrossScene()
if (save.Has("bestscore")) {
save.StreamGet("bestscore") >> bestScore;
}
else {
bestScore = 0;
}
}

void HellCrossScene::UpdateScores() {
Expand Down

0 comments on commit 37a7b91

Please sign in to comment.