Files
@ r27880:b7b75d479ece
Branch filter:
Location: cpp/openttd-patchpack/source/src/texteff.hpp
r27880:b7b75d479ece
1.7 KiB
text/x-c++hdr
Codechange: Reduce size of TextEffectMode and TextEffectID.
TextEffectID was promoted to size_t in #9235, when it was used in loops.
However since then the relevant code uses range-for or iterators instead.
TextEffectID was promoted to size_t in #9235, when it was used in loops.
However since then the relevant code uses range-for or iterators instead.