Skip to content

Commit

Permalink
tr2/requester: fix stats dialog cloning
Browse files Browse the repository at this point in the history
Resolves #1999.
  • Loading branch information
rr- committed Dec 11, 2024
1 parent 5038f97 commit 09f7ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/tr2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- fixed a softlock in Home Sweet Home if the final cutscene is triggered while Lara is on water surface (#1701)
- fixed Lara's left arm becoming stuck if a flare is drawn just before the final cutscene in Home Sweet Home (#1992)
- fixed game crash when trying to draw too many rooms at once (#1998)
- fixed resizing game window on the stats dialog cloning the UI elements, eventually crashing the game (#1999)
- removed unused detail level option

## [0.6](https://github.com/LostArtefacts/TRX/compare/tr2-0.5...tr2-0.6) - 2024-11-06
Expand Down
2 changes: 2 additions & 0 deletions src/tr2/game/requester.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ static void M_ClearTextStrings(REQUEST_INFO *const req)

void __cdecl Requester_Init(REQUEST_INFO *const req)
{
M_ClearTextStrings(req);

req->background_flags = 1;
req->moreup_flags = 1;
req->moredown_flags = 1;
Expand Down

0 comments on commit 09f7ec6

Please sign in to comment.