aboutsummaryrefslogtreecommitdiffstats
path: root/src/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/globals.c b/src/globals.c
index cbf0c63..f62962a 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -82,8 +82,8 @@ bool clear_screen = true;
82 82
83enum RIGHT_COL_LOC { 83enum RIGHT_COL_LOC {
84 R_COL_BPM = 0, 84 R_COL_BPM = 0,
85 R_COL_STOP = 1, 85 R_COL_PLAY = 1,
86 R_COL_PLAY = 2, 86 R_COL_STOP = 2,
87 R_COL_BANK_D = 3, 87 R_COL_BANK_D = 3,
88 R_COL_BANK_C = 4, 88 R_COL_BANK_C = 4,
89 R_COL_BANK_B = 5, 89 R_COL_BANK_B = 5,