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:
parent
364c961200
commit
1c776c3df8
7 changed files with 70 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue