Files
@ r27799:ab7d36d10264
Branch filter:
Location: cpp/openttd-patchpack/source/cmake/FindFontconfig.cmake
r27799:ab7d36d10264
2.9 KiB
text/x-cmake
Codechange: make explicit when a TileIndex is cast to its basetype (#11190)
This prevents people accidentially assigning a TileIndex to a Date
or any other type they shouldn't.
This prevents people accidentially assigning a TileIndex to a Date
or any other type they shouldn't.