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

The new mapgen, noise functions, et al.

This commit is contained in:
kwolekr
2012-11-25 21:16:48 -05:00
committed by Perttu Ahola
parent 736b386554
commit 11afcbff69
23 changed files with 1892 additions and 1037 deletions

View File

@@ -739,6 +739,9 @@ private:
bool m_rollback_sink_enabled;
bool m_enable_rollback_recording; // Updated once in a while
// Emerge manager
EmergeManager *m_emerge;
// Scripting
// Envlock and conlock should be locked when using Lua
lua_State *m_lua;