aboutsummaryrefslogtreecommitdiff
path: root/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound.h')
-rw-r--r--sound.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sound.h b/sound.h
index 013d1f752e..49d5c2e0f2 100644
--- a/sound.h
+++ b/sound.h
@@ -17,6 +17,9 @@
*
* Change Log:
* $Log$
+ * Revision 1.12 2002/04/05 04:35:41 ender
+ * Fix mp3_cd support
+ *
* Revision 1.11 2002/04/05 04:24:39 ender
* Fix last BOOL
*
@@ -279,7 +282,7 @@ struct VolumeFader {
int8 speed_lo;
uint16 speed_lo_counter;
- void initialize() { active = false; }
+ void initialize() { active = false; }
void on_timer();
};