diff options
Diffstat (limited to 'src/game/g_mover.c')
-rw-r--r-- | src/game/g_mover.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_mover.c b/src/game/g_mover.c index d0620118..a4f52867 100644 --- a/src/game/g_mover.c +++ b/src/game/g_mover.c @@ -1704,6 +1704,7 @@ void SP_func_door_model( gentity_t *ent ) //brush model clipBrush = ent->clipBrush = G_Spawn( ); + clipBrush->classname = "func_door_model_clip_brush"; clipBrush->model = ent->model; trap_SetBrushModel( clipBrush, clipBrush->model ); clipBrush->s.eType = ET_INVISIBLE; |