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

server builds now!

This commit is contained in:
Perttu Ahola
2011-01-28 02:11:44 +02:00
parent 364c961200
commit 1c776c3df8
7 changed files with 70 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ ContentFeatures & content_features(u8 i)
return g_content_features[i];
}
void init_mapnode(IrrlichtWrapper *irrlicht)
void init_mapnode(IIrrlichtWrapper *irrlicht)
{
u8 i;
ContentFeatures *f = NULL;