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
2005-10-23 13:04:44 +00:00
..
build.c (svn r3078) Some more stuff, which piled up: 2005-10-23 13:04:44 +00:00
pathfinder.c (svn r3078) Some more stuff, which piled up: 2005-10-23 13:04:44 +00:00
shared.c
trolly.c (svn r3078) Some more stuff, which piled up: 2005-10-23 13:04:44 +00:00
trolly.h