diff options
author | kwolekr <mirrorisim@gmail.com> | 2013-02-21 22:26:21 -0500 |
---|---|---|
committer | kwolekr <mirrorisim@gmail.com> | 2013-02-25 23:08:55 -0500 |
commit | 5bd50a2d9060f265d4c8d2fff062cac106ccab7c (patch) | |
tree | 8605b7df87bb03e94ae07343505013a6818c6ee5 /src/porting.h | |
parent | 60e6284f30d31e11c1a464d9a8b3c5c392ceb3f0 (diff) | |
download | minetest-5bd50a2d9060f265d4c8d2fff062cac106ccab7c.tar.gz minetest-5bd50a2d9060f265d4c8d2fff062cac106ccab7c.tar.bz2 minetest-5bd50a2d9060f265d4c8d2fff062cac106ccab7c.zip |
Fix most walled-off caves
Diffstat (limited to 'src/porting.h')
-rw-r--r-- | src/porting.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/porting.h b/src/porting.h index 74ee97f88..03d2fcbd3 100644 --- a/src/porting.h +++ b/src/porting.h @@ -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 |