mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-15 01:11:46 +00:00
Modified basic spawn function of func_stasis_door.
This commit is contained in:
parent
e304aea758
commit
e68e67b8da
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
Loading…
Reference in a new issue