diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |