Allow subtitles to be set from stufftext

This commit is contained in:
smallmodel 2024-12-13 19:24:58 +01:00
parent e53c6b55bf
commit d5ec17ec26
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -465,6 +465,10 @@ void CG_ExecuteNewServerCommands(int latestSequence, qboolean differentServer)
static const char *whiteListedVariables[] = {
"r_fastsky", // some mods set this variable to make the sky uniform
"ui_hud",
"subtitle0",
"subtitle1",
"subtitle2",
"subtitle3"
};
//