revisat balloon_formationc.cpp i credits.cpp
This commit is contained in:
@@ -114,7 +114,7 @@ void BalloonManager::deployRandomFormation(int stage) {
|
||||
.size = balloon.size,
|
||||
.vel_x = balloon.vel_x,
|
||||
.game_tempo = balloon_speed_,
|
||||
.creation_counter = static_cast<Uint16>(creation_time_enabled_ ? balloon.creation_counter : 0)};
|
||||
.creation_counter = creation_time_enabled_ ? balloon.creation_counter : 0.0f};
|
||||
createBalloon(config);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user