aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/sound.h')
-rw-r--r--engines/queen/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/queen/sound.h b/engines/queen/sound.h
index 371500f356..6a5dfc2c28 100644
--- a/engines/queen/sound.h
+++ b/engines/queen/sound.h
@@ -39,7 +39,7 @@ struct SongData {
int16 volume;
int16 tempo;
int16 reverb;
- int16 override;
+ int16 overrideCmd;
int16 ignore;
};