Files
@ r1820:335b057adac7
Branch filter:
Location: cpp/openttd-patchpack/source/waypoint.h
r1820:335b057adac7
1.6 KiB
text/x-c
(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.