neteja cppcheck (105 → 0)

This commit is contained in:
2026-05-16 19:35:23 +02:00
parent c9d16959d0
commit fcd2718794
48 changed files with 293 additions and 486 deletions
+3 -2
View File
@@ -683,10 +683,11 @@ void Credits::startCredits() {
init_right_x_ = static_cast<int>(right_black_rect_.x);
// Objetivos
const int CENTER_X = param.game.game_area.center_x;
int top_target_h = param.game.game_area.center_y - 1;
int bottom_target_y = param.game.game_area.center_y + 1;
int left_target_w = param.game.game_area.center_x;
int right_target_x = param.game.game_area.center_x;
int left_target_w = CENTER_X;
int right_target_x = CENTER_X;
// Pasos verticales
int pasos_top = std::max(0, top_target_h - init_top_h_);