From b36e5c05088aca7b500bf5fe355f4b3c205a59a3 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 22 Apr 2011 09:54:05 +0300 Subject: Removed IrrlichtWrapper --- src/inventory.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/inventory.cpp') diff --git a/src/inventory.cpp b/src/inventory.cpp index 289b5bb2b..f91e2e0b6 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -160,7 +160,6 @@ video::ITexture * CraftItem::getImage() name = "cloud.png"; // Get such a texture - //return g_irrlicht->getTexture(name); return g_texturesource->getTextureRaw(name); } #endif -- cgit v1.2.3