1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Removed IrrlichtWrapper

This commit is contained in:
Perttu Ahola
2011-04-22 09:54:05 +03:00
parent 983bf6677d
commit b36e5c0508
13 changed files with 18 additions and 770 deletions

View File

@@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// For object wrapping
#include "map.h"
#include "inventory.h"
#include "irrlichtwrapper.h"
#include "utility.h"
/*
@@ -361,8 +360,6 @@ video::ITexture * ItemObject::getItemImage()
InventoryItem *item = createInventoryItem();
if(item)
texture = item->getImage();
/*else
texture = g_irrlicht->getTexture(porting::getDataPath("cloud.png").c_str());*/
if(item)
delete item;
return texture;