(svn r18683) -Fix: it's not an other

This commit is contained in:
rubidium
2010-01-01 18:45:40 +00:00
parent b8214ed995
commit 3de085a143
16 changed files with 19 additions and 19 deletions

View File

@@ -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))