Skip to content

Commit

Permalink
Release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
The123robot committed Aug 22, 2021
1 parent f243a13 commit b45ac9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ Paramedic = true
Courier = true
BikeChallenges = true

# Set to true to restore behaviour from previous versions where planes in Air Raid
# crash immediately before reaching the roof.
SlowPlanesInAirRaid = false

# Forces every script vehicle to be replaced by one of your choice.
# Set to -1 to not force a vehicle.
ForcedVehicleId = -1
Expand Down
2 changes: 1 addition & 1 deletion src/logger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ std::string Logger::mFileName = "";
#ifndef NDEBUG
#define RAINBOMIZER_BUILD "Debug Build: " __DATE__ " " __TIME__
#else
#define RAINBOMIZER_BUILD "Build v3.0"
#define RAINBOMIZER_BUILD "Build v3.2"
#endif

/*******************************************************/
Expand Down

0 comments on commit b45ac9d

Please sign in to comment.