projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbea511
)
fix server build
author
Perttu Ahola
<celeron55@gmail.com>
Mon, 25 Jul 2011 20:31:02 +0000
(23:31 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Mon, 25 Jul 2011 20:31:02 +0000
(23:31 +0300)
src/mapblock.cpp
patch
|
blob
|
history
diff --git
a/src/mapblock.cpp
b/src/mapblock.cpp
index b7981348c9f50f3384ea11498a87d9760f842cd6..44ca75ff0b794ab66393c8329ab70ffd9b153de3 100644
(file)
--- a/
src/mapblock.cpp
+++ b/
src/mapblock.cpp
@@
-909,10
+909,12
@@
std::string analyze_block(MapBlock *block)
else
desc<<"is_ug [ ], ";
+#ifndef SERVER
if(block->getMeshExpired())
desc<<"mesh_exp [X], ";
else
desc<<"mesh_exp [ ], ";
+#endif
if(block->getLightingExpired())
desc<<"lighting_exp [X], ";