Files @ r25404:47718855e263
Branch filter:

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

Peter Nelson
Codechange: Slider widget used different range for drawing vs setting.

Using the same range for setting means that no workaround for setting the extremes is necessary.
1
2
3
4
5
6
7
8
add_files(
    aystar.cpp
    aystar.h
    npf.cpp
    npf_func.h
    queue.cpp
    queue.h
)