aboutsummaryrefslogtreecommitdiffstats
path: root/src/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/globals.c b/src/globals.c
index bf0c5b6..e718dd4 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -9,9 +9,13 @@ int channel_selection_loc = 0;
9int pattern_selection_loc = 0; 9int pattern_selection_loc = 0;
10int right_col_selection_loc = 0; 10int right_col_selection_loc = 0;
11int play_status = 0; 11int play_status = 0;
12static int current_pattern = 0; 12int current_pattern = 0;
13static int next_pattern = 0; 13int next_pattern = 0;
14static int current_bank = 0; 14int current_bank = 0;
15u32 last_trig_loc = 0;
16u32 last_channel_loc = 0;
17u32 last_pattern_loc = 0;
18u32 last_right_col_loc = 0;
15 19
16// 20//
17// Color indexes. 21// Color indexes.