mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Working version before block send priorization update
This commit is contained in:
parent
4e249fb3fb
commit
24c4b7c68d
17 changed files with 716 additions and 200 deletions
|
@ -12,7 +12,6 @@ extern std::string getTimestamp();
|
|||
#include <jmutex.h>
|
||||
|
||||
extern JMutex g_range_mutex;
|
||||
extern s16 g_forcedfetch_range_nodes;
|
||||
extern s16 g_viewing_range_nodes;
|
||||
//extern s16 g_actual_viewing_range_nodes;
|
||||
extern bool g_viewing_range_all;
|
||||
|
@ -42,9 +41,5 @@ extern video::SMaterial g_materials[MATERIALS_COUNT];
|
|||
|
||||
extern IrrlichtDevice *g_device;
|
||||
|
||||
// Settings
|
||||
#include "map.h"
|
||||
extern MapgenParams g_mapgen_params;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue