Fix code not compiling on prod. (#74589)

(at)Mothblocks idea: make alt_tests a yml file and allow more generic alt
tests, like defines and shit. or we can put this on integration tests
and let windows build cover the normal/dev build case of preload_rsc = 1
This commit is contained in:
Kyle Spier-Swenson
2023-04-08 03:14:49 +00:00
committed by GitHub
parent 9642bb846a
commit 7726c4880f
+1 -1
View File
@@ -1019,7 +1019,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
#endif
#if (PRELOAD_RSC == 0)
/client/preload_vox()
/client/proc/preload_vox()
for (var/name in GLOB.vox_sounds)
var/file = GLOB.vox_sounds[name]
Export("##action=load_rsc", file)