neteja cppcheck (105 → 0)
This commit is contained in:
@@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user