mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fixed problem with vc++ build crashing at startup
This commit is contained in:
parent
032882ae05
commit
67d5f5c1d5
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue