Files @ r28396:ef195b601c72
Branch filter:

Location: cpp/openttd-patchpack/source/src/timer/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(
    timer_game_calendar.cpp
    timer_game_calendar.h
    timer_game_realtime.cpp
    timer_game_realtime.h
    timer_game_tick.cpp
    timer_game_tick.h
    timer_window.cpp
    timer_window.h
    timer_manager.h
    timer.h
)