@@ -103,7 +103,7 @@ class SoundFrontEnd
103103 /**
104104 * Set up and play a looping background soundtrack.
105105 *
106- * **Note:** If the `FLX_SOUND_ADD_EXT ` flag is enabled, you may omit the file extension
106+ * **Note:** If the `FLX_DEFAULT_SOUND_EXT ` flag is enabled, you may omit the file extension
107107 *
108108 * @param embeddedMusic The sound file you want to loop in the background.
109109 * @param volume How loud the sound should be, from 0 to 1.
@@ -134,7 +134,7 @@ class SoundFrontEnd
134134 /**
135135 * Creates a new FlxSound object.
136136 *
137- * **Note:** If the `FLX_SOUND_ADD_EXT ` flag is enabled, you may omit the file extension
137+ * **Note:** If the `FLX_DEFAULT_SOUND_EXT ` flag is enabled, you may omit the file extension
138138 *
139139 * @param embeddedSound The embedded sound resource you want to play. To stream, use the optional URL parameter instead.
140140 * @param volume How loud to play it (0 to 1).
@@ -234,7 +234,7 @@ class SoundFrontEnd
234234 /**
235235 * Plays a sound from an embedded sound. Tries to recycle a cached sound first.
236236 *
237- * **Note:** If the `FLX_SOUND_ADD_EXT ` flag is enabled, you may omit the file extension
237+ * **Note:** If the `FLX_DEFAULT_SOUND_EXT ` flag is enabled, you may omit the file extension
238238 *
239239 * @param embeddedSound The embedded sound resource you want to play.
240240 * @param volume How loud to play it (0 to 1).
0 commit comments