From b2e9b5d612a879097587b05ed2c53c19c70d84a6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 1 Jan 2010 18:45:40 +0000 Subject: (svn r18683) -Fix: it's not an other --- src/map_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map_func.h') diff --git a/src/map_func.h b/src/map_func.h index 81cbcdac8..806220ccc 100644 --- a/src/map_func.h +++ b/src/map_func.h @@ -238,7 +238,7 @@ static inline TileIndexDiff ToTileIndexDiff(TileIndexDiffC tidc) * 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)) -- cgit v1.2.3-54-g00ecf