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 23012c8..b94cb11 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -12,6 +12,7 @@ int play_status = 0;
12int current_pattern = 0; 12int current_pattern = 0;
13int next_pattern = 0; 13int next_pattern = 0;
14int current_bank = 0; 14int current_bank = 0;
15int next_bank = 0;
15u32 last_trig_loc = 0; 16u32 last_trig_loc = 0;
16u32 last_channel_loc = 0; 17u32 last_channel_loc = 0;
17u32 last_pattern_loc = 0; 18u32 last_pattern_loc = 0;