From 7726c4880fccad5eb71c435903dd7d66bcfe1e5a Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Fri, 7 Apr 2023 20:14:49 -0700 Subject: [PATCH] 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 --- code/modules/client/client_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 8de01bf0fa7..5c99cc5ec81 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -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)