mirror of
https://github.com/moparisthebest/minetest
synced 2025-01-11 05:38:01 -05:00
fixed problem with vc++ build crashing at startup
This commit is contained in:
parent
032882ae05
commit
67d5f5c1d5
@ -144,8 +144,6 @@ ItemSAO::ItemSAO(ServerEnvironment *env, u16 id, v3f pos,
|
|||||||
m_speed_f(0,0,0),
|
m_speed_f(0,0,0),
|
||||||
m_last_sent_position(0,0,0)
|
m_last_sent_position(0,0,0)
|
||||||
{
|
{
|
||||||
dstream<<"Server: ItemSAO created with inventorystring=\""
|
|
||||||
<<m_inventorystring<<"\""<<std::endl;
|
|
||||||
ServerActiveObject::registerType(getType(), create);
|
ServerActiveObject::registerType(getType(), create);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -279,7 +277,6 @@ RatSAO::RatSAO(ServerEnvironment *env, u16 id, v3f pos):
|
|||||||
m_is_active(false),
|
m_is_active(false),
|
||||||
m_speed_f(0,0,0)
|
m_speed_f(0,0,0)
|
||||||
{
|
{
|
||||||
//dstream<<"Server: RatSAO created"<<std::endl;
|
|
||||||
ServerActiveObject::registerType(getType(), create);
|
ServerActiveObject::registerType(getType(), create);
|
||||||
|
|
||||||
m_oldpos = v3f(0,0,0);
|
m_oldpos = v3f(0,0,0);
|
||||||
|
Loading…
Reference in New Issue
Block a user