From c1202a2ecca352d5491364877fbe11e509cda8d3 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 15 Nov 2011 13:22:29 +0200 Subject: Update inventory texture too --- src/nodedef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index 0430621e7..a093cb799 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -113,6 +113,7 @@ struct ContentFeatures */ TileSpec tiles[6]; + std::string inventory_texture_name; video::ITexture *inventory_texture; // Used currently for flowing liquids -- cgit v1.2.3