mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Fix C++11 compilability
Previous commits broke it... :(
This commit is contained in:
@@ -75,7 +75,7 @@ private:
|
||||
#endif
|
||||
|
||||
#define SCRIPTAPI_PRECHECKHEADER \
|
||||
MutexAutoLock scriptlock(this->m_luastackmutex); \
|
||||
RecursiveMutexAutoLock scriptlock(this->m_luastackmutex); \
|
||||
SCRIPTAPI_LOCK_CHECK; \
|
||||
realityCheck(); \
|
||||
lua_State *L = getStack(); \
|
||||
|
Reference in New Issue
Block a user