1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-06 09:50:23 +02:00

Add enable_rollback_recording setting, defaulting to false

This commit is contained in:
Perttu Ahola
2012-07-28 03:08:09 +03:00
parent e64feefc61
commit c9ed379e39
4 changed files with 11 additions and 0 deletions

View File

@ -734,6 +734,7 @@ private:
// Rollback manager (behind m_env_mutex)
IRollbackManager *m_rollback;
bool m_rollback_sink_enabled;
bool m_enable_rollback_recording; // Updated once in a while
// Scripting
// Envlock and conlock should be locked when using Lua