diff options
-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 4969b897..bc12c395 100644 --- a/include/chc.h +++ b/include/chc.h @@ -9,7 +9,7 @@ #define SIDE_ROW 7 #define TURN_ROW (chcd->photo ? 19 : 8) #define STEP_ROW 9 -#define TIME_ROW 10 +#define TIME_ROW (chcd->photo ? 20 : 10) #define WARN_ROW 12 #define MYWIN_ROW 17 #define HISWIN_ROW 18 |