OpenTTD-patches/src/pathfinder
Peter Nelson ac9db3f5aa
Codechange: Don't use bit-field in Yapf rail node. (#11362)
Compacting 3 booleans into 3 bits could save memory allocation, however this data is inside a union which also contains a 4-byte integer. As such this gives the cost penalty of a bit-field without any benefit.
2023-10-09 12:11:55 +00:00
..
npf
yapf Codechange: Don't use bit-field in Yapf rail node. (#11362) 2023-10-09 12:11:55 +00:00
CMakeLists.txt
follow_track.hpp
pathfinder_func.h
pathfinder_type.h