Files @ r7393:d9b5bcff3577
Branch filter:

Location: cpp/openttd-patchpack/source/media/openttd.16.png

peter1138
(svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID = for
each STR_ entry. This avoids the need for a cast to StringID in some
places and thus better type-safety.