mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix C++11 compilability
Previous commits broke it... :(
This commit is contained in:
parent
0459eca8eb
commit
e50c784e2c
7 changed files with 43 additions and 5 deletions
|
@ -108,7 +108,7 @@ protected:
|
|||
void objectrefGetOrCreate(lua_State *L, ServerActiveObject *cobj);
|
||||
void objectrefGet(lua_State *L, u16 id);
|
||||
|
||||
Mutex m_luastackmutex;
|
||||
RecursiveMutex m_luastackmutex;
|
||||
std::string m_last_run_mod;
|
||||
bool m_secure;
|
||||
#ifdef SCRIPTAPI_LOCK_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue