Changeset - r20002:53a55f9f46c0
[Not reviewed]
master
0 1 0
rubidium - 12 years ago 2013-02-02 19:52:56
rubidium@openttd.org
(svn r24958) -Fix [FS#5458]: refering to non-existent method
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/smallmap_gui.cpp
Show inline comments
 
@@ -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
 
	{
0 comments (0 inline, 0 general)