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
|
@ -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(); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue