Skip to content

Commit

Permalink
Fix final level time left count-down in multi using wrong font
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalh committed Aug 17, 2024
1 parent 68e8152 commit c82ed3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Version 1.8.1 (not released yet)
- Fix ambient sound panning when EAX is disabled
- Fix quiet 3D sounds being often skipped when EAX is enabled, e.g. first miner in L1S1 (DF bug)
- Allow saving in training levels
- Fix final level time left count-down in multi using wrong font (DF bug)

Version 1.8.0 (released 2022-09-17)
-----------------------------------
Expand Down
1 change: 1 addition & 0 deletions game_patch/hud/multi_hud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ FunHook<void()> multi_hud_init_hook{
if (time_left_font >= 0) {
write_mem<i8>(0x00477157 + 1, time_left_font);
}
multi_hud_init_hook.call_target();
},
};

Expand Down

0 comments on commit c82ed3f

Please sign in to comment.