You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/ai/trolly
tron 47137cefb7 (svn r3078) Some more stuff, which piled up:
- const, whitespace, indentation, bracing, GB/SB, pointless casts
- use the trinary operator where appropriate
- data types (uint[] -> AcceptedCargo, ...)
- if cascade -> switch
- if (ptr) -> if (ptr != NULL)
- DeMorgan's Law
- Fix some comments
- 0 -> '\0', change magic numbers to symbolic constants
19 years ago
..
build.c (svn r3078) Some more stuff, which piled up: 19 years ago
pathfinder.c (svn r3078) Some more stuff, which piled up: 19 years ago
shared.c
trolly.c (svn r3078) Some more stuff, which piled up: 19 years ago
trolly.h