File diff r14125:3ee08ca0423e → r14126:f23988064e74
src/map_func.h
Show inline comments
 
@@ -235,13 +235,13 @@ static inline TileIndexDiff ToTileIndexD
 

	
 
#ifndef _DEBUG
 
	/**
 
	 * Adds to tiles together.
 
	 *
 
	 * @param x One tile
 
	 * @param y An other tile to add
 
	 * @param y Another tile to add
 
	 * @return The resulting tile(index)
 
	 */
 
	#define TILE_ADD(x,y) ((x) + (y))
 
#else
 
	extern TileIndex TileAdd(TileIndex tile, TileIndexDiff add,
 
		const char *exp, const char *file, int line);