fixed problem with vc++ build crashing at startup

This commit is contained in:
Perttu Ahola 2011-04-11 09:47:25 +03:00
parent 032882ae05
commit 67d5f5c1d5
1 changed files with 0 additions and 3 deletions

View File

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