Files @ r28542:6d4f906023af
Branch filter:

Location: cpp/openttd-patchpack/source/bin/CMakeLists.txt

SamuXarick
Revert #6923: start_date parameter is no longer in use

There was an issue with the start_date parameter for AIs. It did not let Random AIs to have their configure button clickable once the game has started, and this was due to the start_date not being pushed into the config.

But now that start_date is no longer in use since #10653, this workaround can be safely removed.
add_subdirectory(ai)
add_subdirectory(game)