Pasaeta de cppcheck, ale

This commit is contained in:
2024-10-22 09:24:19 +02:00
parent 1d0c2e01a5
commit 5df85e1b1a
28 changed files with 164 additions and 194 deletions

View File

@@ -46,7 +46,7 @@ Scoreboard::Scoreboard()
hi_score_(0),
power_(0),
hi_score_name_(std::string()),
color_({0, 0, 0}),
color_(Color(0, 0, 0)),
rect_({0, 0, 320, 40}),
ticks_(SDL_GetTicks()),
counter_(0)