Files
@ r14311:50e13b52550e
Branch filter:
Location: cpp/openttd-patchpack/source/src/network/core/tcp_game.cpp
r14311:50e13b52550e
2.3 KiB
text/x-c
(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.