mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user