aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/soundux.h')
-rw-r--r--source/soundux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/soundux.h b/source/soundux.h
index a1417bd..b67dc2a 100644
--- a/source/soundux.h
+++ b/source/soundux.h
@@ -122,7 +122,8 @@ typedef struct {
int sound_switch;
int playback_rate;
int buffer_size;
- int noise_gen;
+ // int noise_gen;
+ // Moved to soundux.cpp's noise_gen; this doesn't need volatility! [Neb]
bool8 mute_sound;
#ifndef FOREVER_STEREO
int stereo;