mirror of https://github.com/OpenTTD/OpenTTD
(svn r24958) -Fix [FS#5458]: refering to non-existent method
parent
2e20291a3d
commit
a6ae4ea8a2
|
@ -799,7 +799,6 @@ class SmallMapWindow : public Window {
|
||||||
* @param end_pos Position of last pixel to draw (exclusive).
|
* @param end_pos Position of last pixel to draw (exclusive).
|
||||||
* @param blitter current blitter
|
* @param blitter current blitter
|
||||||
* @note If pixel position is below \c 0, skip drawing.
|
* @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
|
void DrawSmallMapColumn(void *dst, uint xc, uint yc, int pitch, int reps, int start_pos, int end_pos, Blitter *blitter) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue