1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix most walled-off caves

This commit is contained in:
kwolekr 2013-02-21 22:26:21 -05:00
parent 60e6284f30
commit 5bd50a2d90
3 changed files with 18 additions and 15 deletions

View file

@ -72,7 +72,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define THREAD_PRIORITY_BELOW_NORMAL 1
#define THREAD_PRIORITY_NORMAL 2
#define THREAD_PRIORITY_ABOVE_NORMAL 3
#define THREAD_PRIORITY_HIGHEST 4
#define THREAD_PRIORITY_HIGHEST 4
#endif
#ifdef _MSC_VER