Files
@ r21879:caf71a58a412
Branch filter:
Location: cpp/openttd-patchpack/source/projects/version_vs100.vcxproj
r21879:caf71a58a412
2.4 KiB
text/plain
(svn r27033) -Codechange: Generalize GetTextfile for multiple extensions
- Instead of hardcoding the .txt extension in a printf string, it is
now stored in an array of possible extensions. This array still only
contains .txt, so behaviour is unchanged, but this makes it easier
to add other extensions later.
- Instead of hardcoding the .txt extension in a printf string, it is
now stored in an array of possible extensions. This array still only
contains .txt, so behaviour is unchanged, but this makes it easier
to add other extensions later.