summaryrefslogtreecommitdiff
path: root/synth/globals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'synth/globals.cpp')
-rw-r--r--synth/globals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/globals.cpp b/synth/globals.cpp
index e932fcb..6a84353 100644
--- a/synth/globals.cpp
+++ b/synth/globals.cpp
@@ -3,7 +3,7 @@
fixed_t **lfo[N_LFOS];
fixed_t *curr_lfo[N_LFOS+1];
-fixed_t wave[N_WAVEFORMS][WAVE_RES];
+fixed_t* wave[N_WAVEFORMS];
fixed_t sample_and_hold[N_LFO_LEVELS];