0
0
Fork 0
mirror of https://github.com/nzp-team/fteqw.git synced 2025-04-08 16:01:10 +00:00

Add support for $loc_name_mh in teamplay messages. ()

This commit is contained in:
Daniel Svensson 2024-04-06 21:19:16 +02:00 committed by GitHub
parent 0630ea571e
commit 1f9f3635f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,6 +157,7 @@ static void QDECL TP_EnemyColor_CB (struct cvar_s *var, char *oldvalue);
TP_CVAR(loc_name_ga, "ga"); \
TP_CVAR(loc_name_ya, "ya"); \
TP_CVAR(loc_name_ra, "ra"); \
TP_CVAR(loc_name_mh, "mh"); \
TP_CVAR(loc_name_quad, "quad"); \
TP_CVAR(loc_name_pent, "pent"); \
TP_CVAR(loc_name_ring, "ring"); \