summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 54418ef..a8fae30 100644
--- a/globals.h
+++ b/globals.h
@@ -495,7 +495,7 @@ typedef struct {
short rcl_misc[max_channels][max_stored_settings]; /* addr 1616 - another misc is stored below */
short rcl_unused[max_stored_settings]; /* addr 1632 */
- float mon_vi_ratio[max_channels][5][2]; /* addr 1640 */
+ float mon_vi_ratio[max_channels][ampl_ranges][ampl_polarities]; /* addr 1640 */
float min_ampl[max_channels]; /* addr 1720 */
float max_ampl[max_channels]; /* addr 1728 */