summaryrefslogtreecommitdiff
path: root/src/s_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_sound.h')
-rw-r--r--src/s_sound.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s_sound.h b/src/s_sound.h
index 67071338..b8d0e766 100644
--- a/src/s_sound.h
+++ b/src/s_sound.h
@@ -54,8 +54,8 @@ typedef struct
snddevice_t *sound_devices;
int num_sound_devices;
- // Initialise sound module
- // Returns true if successfully initialised
+ // Initialize sound module
+ // Returns true if successfully initialized
boolean (*Init)(void);
@@ -99,7 +99,7 @@ typedef struct
snddevice_t *sound_devices;
int num_sound_devices;
- // Initialise the music subsystem
+ // Initialize the music subsystem
boolean (*Init)(void);