Files
@ r24497:0c8c1b28cae4
Branch filter:
Location: cpp/openttd-patchpack/source/src/cmd_helper.h
r24497:0c8c1b28cae4
1.4 KiB
text/x-c
Codechange: move block a bit lower to increase readability
It was rather confusing that "library_name" was calculated, and
then not used to do the FindLibrary() call. Flipping those two
blocks around makes it a bit more sane to read.
It was rather confusing that "library_name" was calculated, and
then not used to do the FindLibrary() call. Flipping those two
blocks around makes it a bit more sane to read.