1
This commit is contained in:
parent
d9119568f8
commit
2a9c1a57cf
@ -553,9 +553,9 @@ void Obstacle::OnExplosionHit(Explosion* e)
|
|||||||
Explosion(this);
|
Explosion(this);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#if 0
|
if (meta->i->drop() != 0) {
|
||||||
sender.Get()->DropItems(obstacle);
|
e->GetRoom()->ScatterDrop(GetPos(), meta->i->drop());
|
||||||
#endif
|
}
|
||||||
}
|
}
|
||||||
BroadcastFullState(e->GetRoom());
|
BroadcastFullState(e->GetRoom());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user