Skip to content

Commit

Permalink
SOUND: Fix spelling of "queue" in XACT SoundBanks
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jan 11, 2019
1 parent 578b3e3 commit d1866b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sound/xactsoundbank.h
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class XACTSoundBank {
struct Cue {
Common::UString name; ///< Name of the cue. Can be empty.

bool sequential; ///< Cue for sequential playback?
bool sequential; ///< Queue for sequential playback?
bool crossfade; ///< Crossfade this cue in/out?
bool stopOnStarve; ///< Stop playback on starvation?
bool interactive; ///< Is this an interactive cue?
Expand Down

0 comments on commit d1866b9

Please sign in to comment.