Files
@ r1820:335b057adac7
Branch filter:
Location: cpp/openttd-patchpack/source/openttd.tgt - annotation
r1820:335b057adac7
10.3 KiB
text/plain
(svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes.