monster_generic: call droptofloor(), as it seems that some of those float

mid-air otherwise.
This commit is contained in:
Marco Cawthorne 2019-09-08 12:18:19 +02:00
parent 875dc52c96
commit 8d9b03f6ca

View file

@ -54,7 +54,8 @@ void monster_generic :: monster_generic ( void )
precache_model( model );
setmodel( this, model );
CBaseEntity::CBaseEntity();
droptofloor();
#if 0
self.movetype = MOVETYPE_NOCLIP;
self.solid = SOLID_NOT;