add noref to g_mapcycle_override, to avoid an unnecessary compiler warning

This commit is contained in:
Marco Cawthorne 2022-07-16 13:16:23 -07:00
parent 77a6b59bca
commit c3be8002ad
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
var int autocvar_mapcycle_enabled = TRUE;
var string autocvar_mapcycle_file = "mapcycle.txt";
var string g_mapcycle_override = __NULL__;
noref var string g_mapcycle_override = __NULL__;
void
Mapcycle_Load(string filename)