1
0
Fork 0
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:
est31 2016-01-23 05:45:00 +01:00
parent 0459eca8eb
commit e50c784e2c
7 changed files with 43 additions and 5 deletions

View file

@ -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(); \