Skip to content

Commit

Permalink
Add a pretty new line
Browse files Browse the repository at this point in the history
  • Loading branch information
tonym128 committed Dec 7, 2023
1 parent b07bb51 commit d61378b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions racer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ void displayCarTune()
int accel = saveData.car_acceleration;
int turn = saveData.car_turn;
int freePoints = gameState.car_tune_total - saveData.car_maxspeed - saveData.car_acceleration - saveData.car_turn;

if (gameState.desiredActivated) {
speed = accel = turn = freePoints = 7;
}
Expand Down

0 comments on commit d61378b

Please sign in to comment.