diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/chc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/chc.h b/include/chc.h index 6be0512c..4969b897 100644 --- a/include/chc.h +++ b/include/chc.h @@ -7,7 +7,7 @@ */ #define SIDE_ROW 7 -#define TURN_ROW 8 +#define TURN_ROW (chcd->photo ? 19 : 8) #define STEP_ROW 9 #define TIME_ROW 10 #define WARN_ROW 12 |