1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00: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

@ -68,6 +68,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "porting.h"
#include "materials.h"
#include "config.h"
#include "mineral.h"
/*
Settings.
@ -255,7 +256,13 @@ int main(int argc, char *argv[])
{
run_tests();
}
// Initialize stuff
IIrrlichtWrapper irrlicht; // Dummy
init_mapnode(&irrlicht);
init_mineral(&irrlicht);
// Read map parameters from settings
HMParams hm_params;