diff options
author | zuu <zuu@openttd.org> | 2013-09-21 10:06:23 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2013-09-21 10:06:23 +0000 |
commit | 01dea4ec37e79b2db08bbeb99727592b01eeb492 (patch) | |
tree | b5dad148a5b1d09387ab27cd8ac7aa8471859149 /src | |
parent | 1a9a2bcb49142c4d5b163fea1927973b42199ce3 (diff) | |
download | openttd-01dea4ec37e79b2db08bbeb99727592b01eeb492.tar.xz |
(svn r25787) -Doc: Doxygen comment was wrong
Diffstat (limited to 'src')
-rw-r--r-- | src/misc_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_cmd.cpp b/src/misc_cmd.cpp index 9c01eef5d..df76e1535 100644 --- a/src/misc_cmd.cpp +++ b/src/misc_cmd.cpp @@ -194,7 +194,7 @@ CommandCost CmdPause(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, * Change the financial flow of your company. * @param tile unused * @param flags operation to perform - * @param p1 the amount of money to receive (if negative), or spend (if positive) + * @param p1 the amount of money to receive (if positive), or spend (if negative) * @param p2 unused * @param text unused * @return the cost of this operation or an error |