Mercurial > hg > openttd
diff src/viewport.cpp @ 6484:17fdaec13730 draft
(svn r9665) -Documentation: Doxygen corrections,errors, corrections of corrections...
author | belugas <belugas@openttd.org> |
---|---|
date | Wed, 18 Apr 2007 00:41:09 +0000 |
parents | 666fc3ef3174 |
children | 696f0e1b046e |
line wrap: on
line diff
--- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -2023,8 +2023,9 @@ * north-south (DIR_S) to obtain the same results with less code. This is what * the return value signifies. * @param style HighLightStyle dragging style - * @param start_tile, end_tile start and end tile of drag - * @param boolean value which when true means start/end should be swapped */ + * @param start_tile start tile of drag + * @param end_tile end tile of drag + * @return boolean value which when true means start/end should be swapped */ static bool SwapDirection(HighLightStyle style, TileIndex start_tile, TileIndex end_tile) { uint start_x = TileX(start_tile);