add noref to g_mapcycle_override, to avoid an unnecessary compiler warning
This commit is contained in:
parent
77a6b59bca
commit
c3be8002ad
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue