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:
032882a
)
fixed problem with vc++ build crashing at startup
author
Perttu Ahola
<celeron55@gmail.com>
Mon, 11 Apr 2011 06:47:25 +0000
(09:47 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Mon, 11 Apr 2011 06:47:25 +0000
(09:47 +0300)
src/serverobject.cpp
patch
|
blob
|
history
diff --git
a/src/serverobject.cpp
b/src/serverobject.cpp
index 87017c3907d4250f0c9f5ee6466e2af8f621bd14..5d391dbcf359d6b64d3683f26f6bf6a3b71f6248 100644
(file)
--- a/
src/serverobject.cpp
+++ b/
src/serverobject.cpp
@@
-144,8
+144,6
@@
ItemSAO::ItemSAO(ServerEnvironment *env, u16 id, v3f pos,
m_speed_f(0,0,0),
m_last_sent_position(0,0,0)
{
- dstream<<"Server: ItemSAO created with inventorystring=\""
- <<m_inventorystring<<"\""<<std::endl;
ServerActiveObject::registerType(getType(), create);
}
@@
-279,7
+277,6
@@
RatSAO::RatSAO(ServerEnvironment *env, u16 id, v3f pos):
m_is_active(false),
m_speed_f(0,0,0)
{
- //dstream<<"Server: RatSAO created"<<std::endl;
ServerActiveObject::registerType(getType(), create);
m_oldpos = v3f(0,0,0);