From abceeee92f99b84ebb79968269835a4f509bfb90 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 14 Nov 2011 00:19:48 +0200 Subject: Create framework for getting rid of global definitions of node/tool/item/whatever types --- src/mapnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapnode.h') diff --git a/src/mapnode.h b/src/mapnode.h index 35920c5a6..62815dad1 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -226,7 +226,7 @@ struct MapNode Returns: TileSpec. Can contain miscellaneous texture coordinates, which must be obeyed so that the texture atlas can be used. */ - TileSpec getTile(v3s16 dir); + TileSpec getTile(v3s16 dir, ITextureSource *tsrc); #endif /* -- cgit v1.2.3