Modified basic spawn function of func_stasis_door.

This commit is contained in:
UberGames 2011-07-22 10:59:09 +02:00
parent e304aea758
commit e68e67b8da

View file

@ -3328,5 +3328,6 @@ void SP_func_mover(gentity_t *ent) {
// Basic spawn function for func_stasis_door
void SP_func_stasis_door(gentity_t *ent) {
trap_SetBrushModel(ent, ent->model);
trap_LinkEntity(ent);
}