From 6b6c2d37ea1f9075c4fbf0d7e2d52e527e1f86aa Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 7 Jan 2011 19:39:27 +0200 Subject: Added a more flexible path system (and fixed some minor stuff) --- src/mapnode.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mapnode.h') diff --git a/src/mapnode.h b/src/mapnode.h index c61732922..6a2199b49 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -84,7 +84,9 @@ enum Content }; extern u16 g_content_tiles[USEFUL_CONTENT_COUNT][6]; -extern const char * g_content_inventory_textures[USEFUL_CONTENT_COUNT]; +extern const char * g_content_inventory_texture_paths[USEFUL_CONTENT_COUNT]; +// Initializes g_content_inventory_texture_paths +void init_content_inventory_texture_paths(); /* If true, the material allows light propagation and brightness is stored -- cgit v1.2.3