From af941fc5983e8bb204183247a7b89b9049339a8d Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 23 Oct 2010 18:12:38 +0000 Subject: (svn r21017) -Doc: Small fixes (by Krille). --- src/viewport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewport.cpp') diff --git a/src/viewport.cpp b/src/viewport.cpp index 6a3715a0e..b18c4fd7d 100644 --- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -173,7 +173,7 @@ void DeleteWindowViewport(Window *w) * @param height Height of the viewport * @param follow_flags Flags controlling the viewport. * - If bit 31 is set, the lower 16 bits are the vehicle that the viewport should follow. - * - If bit 31 is clear, it is a tile position. + * - If bit 31 is clear, it is a #TileIndex. * @param zoom Zoomlevel to display */ void InitializeWindowViewport(Window *w, int x, int y, -- cgit v1.2.3-54-g00ecf