Files @ r28396:ef195b601c72
Branch filter:

Location: cpp/openttd-patchpack/source/src/game/CMakeLists.txt

Peter Nelson
Fix: Pass townnameparts as parameter when testing townname based companyname. (#11685)

Length of returned string could vary and pass/fail the length check with a different
string than the final selection.
add_files(
    game.hpp
    game_config.cpp
    game_config.hpp
    game_core.cpp
    game_gui.cpp
    game_gui.hpp
    game_info.cpp
    game_info.hpp
    game_instance.cpp
    game_instance.hpp
    game_scanner.cpp
    game_scanner.hpp
    game_text.cpp
    game_text.hpp
)