summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-02-02 19:52:56 +0000
committerrubidium <rubidium@openttd.org>2013-02-02 19:52:56 +0000
commita6ae4ea8a22929137a7bc009a71f0807dfff7a9e (patch)
tree6cded748691d75977c8c76c568c5bda6242c950e
parent2e20291a3d565fdb7444cd55d9773ab264ff0999 (diff)
downloadopenttd-a6ae4ea8a22929137a7bc009a71f0807dfff7a9e.tar.xz
(svn r24958) -Fix [FS#5458]: refering to non-existent method
-rw-r--r--src/smallmap_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp
index d0afee230..4a573f3a9 100644
--- a/src/smallmap_gui.cpp
+++ b/src/smallmap_gui.cpp
@@ -799,7 +799,6 @@ class SmallMapWindow : public Window {
* @param end_pos Position of last pixel to draw (exclusive).
* @param blitter current blitter
* @note If pixel position is below \c 0, skip drawing.
- * @see GetSmallMapPixels(TileIndex)
*/
void DrawSmallMapColumn(void *dst, uint xc, uint yc, int pitch, int reps, int start_pos, int end_pos, Blitter *blitter) const
{