Files
@ r14311:50e13b52550e
Branch filter:
Location: cpp/openttd-patchpack/source/Makefile.lang.in
r14311:50e13b52550e
3.2 KiB
text/plain
(svn r18874) -Codechange: Change enum Sprites { to static const StringID = for each SPR_ entry and similar for cursors and palettes. This avoids the need for a cast in some places and thus provides better type-safety.