Changeset - r13527:21498da4c6d5
[Not reviewed]
master
0 2 0
rubidium - 15 years ago 2009-11-13 17:40:21
rubidium@openttd.org
(svn r18058) -Fix: typos in parameter names
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/bridge_map.cpp
Show inline comments
 
@@ -16,8 +16,8 @@
 

	
 
/**
 
 * Finds the end of a bridge in the specified direction starting at a middle tile
 
 * @param t the bridge tile to find the bridge ramp for
 
 * @param d the direction to search in
 
 * @param tile the bridge tile to find the bridge ramp for
 
 * @param dir  the direction to search in
 
 */
 
static TileIndex GetBridgeEnd(TileIndex tile, DiagDirection dir)
 
{
src/screenshot.cpp
Show inline comments
 
@@ -88,7 +88,7 @@ assert_compile(sizeof(RgbTriplet) == 3);
 
 * @param w width in pixels
 
 * @param h height in pixels
 
 * @param pixelformat bits per pixel
 
 * @param paletter colour paletter (for 8bpp mode)
 
 * @param palette colour palette (for 8bpp mode)
 
 * @return was everything ok?
 
 */
 
static bool MakeBmpImage(char *name, ScreenshotCallback *callb, void *userdata, uint w, uint h, int pixelformat, const Colour *palette)
0 comments (0 inline, 0 general)