aboutsummaryrefslogtreecommitdiffstats
path: root/src/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.c b/src/globals.c
index c040585..9d0a5bb 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -236,3 +236,4 @@ static int wave_env_ticks = 0;
236static int wave_env_attack = 8; 236static int wave_env_attack = 8;
237static int wave_env_decay = 8; 237static int wave_env_decay = 8;
238static int wave_env_prog = 0; 238static int wave_env_prog = 0;
239static Wave current_wave[8] = {0};