shithub: choc

Download patch

ref: 7343f9537890f37594de6ac8a1de74b601362392
parent: 955c75d8b06876a367e2d2853443590260eab028
author: Turo Lamminen <turol@iki.fi>
date: Thu Oct 6 07:59:31 EDT 2022

setup: Remove static qualifier from some Windows-only variables

--- a/src/setup/sound.c
+++ b/src/setup/sound.c
@@ -82,8 +82,8 @@
 static int midi_num_devices;
 static int midi_index;
 char *winmm_midi_device = NULL;
-static int winmm_reverb_level = 40;
-static int winmm_chorus_level = 0;
+int winmm_reverb_level = 40;
+int winmm_chorus_level = 0;
 #endif
 
 // DOS specific variables: these are unused but should be maintained