diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-11-12 00:27:01 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-11 10:27:01 -0300 |
| commit | 8d33d36a9b15f7484f44efe926deac8fd7ee81db (patch) | |
| tree | 828a992c21db654e9d36a26b65cf8de71359f091 /src/code/z_parameter.c | |
| parent | b2535fc75a845adffbec760f58c2d654b99f2964 (diff) | |
fix Misc Data (#1484)
Diffstat (limited to 'src/code/z_parameter.c')
| -rw-r--r-- | src/code/z_parameter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c index 898de0b41..1d0b35e93 100644 --- a/src/code/z_parameter.c +++ b/src/code/z_parameter.c @@ -4344,6 +4344,7 @@ void Interface_DrawClock(PlayState* play) { CLOCK_TIME(10, 0), CLOCK_TIME(11, 0), CLOCK_TIME(12, 0), CLOCK_TIME(13, 0), CLOCK_TIME(14, 0), CLOCK_TIME(15, 0), CLOCK_TIME(16, 0), CLOCK_TIME(17, 0), CLOCK_TIME(18, 0), CLOCK_TIME(19, 0), CLOCK_TIME(20, 0), CLOCK_TIME(21, 0), CLOCK_TIME(22, 0), CLOCK_TIME(23, 0), CLOCK_TIME(24, 0) - 1, + CLOCK_TIME(0, 0), }; static TexturePtr sThreeDayClockHourTextures[] = { gThreeDayClockHour12Tex, gThreeDayClockHour1Tex, gThreeDayClockHour2Tex, gThreeDayClockHour3Tex, |
