Server: Brush based info_tfgoal now uses TRIGGER rendermode.

This commit is contained in:
Marco Cawthorne 2022-07-09 17:20:42 -07:00
parent 5657cba1cc
commit 69381dcc32
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 7 additions and 0 deletions

View File

@ -422,6 +422,13 @@ i_t_g::Respawn(void)
movetype = MOVETYPE_NONE;
SetModel(GetSpawnModel());
SetOrigin(GetSpawnOrigin());
/* TODO: Investigate instead whether or not we use a trigger texture? */
/*if (substring(model, 0, 1) == "*") { */
SetRenderMode(RM_TRIGGER);
/*} else {
SetRenderMode(RM_NORMAL);
}*/
}
void