Skip to content

Commit

Permalink
tr1: improve crash reports
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Oct 24, 2024
1 parent ef4c040 commit 666a484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/tr1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [Unreleased](https://github.com/LostArtefacts/TRX/compare/tr1-4.5.1...develop) - ××××-××-××
- added support for wading, similar to TR2+ (#1537)
- fixed missing pushblock SFX in Natla's Mines (#1714)
- fixed crash reports not working in certain circumstances (#1738)
- improved enemy item drops by supporting the TR2+ approach of having drops defined in level data (#1713)
- improved Italian localization for the Config Tool

Expand Down
2 changes: 1 addition & 1 deletion src/tr1/game/shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ void Shell_Main(void)

void Shell_ExitSystem(const char *message)
{
Shell_Shutdown();
S_Shell_ShowFatalError(message);
Shell_Shutdown();
}

void Shell_ExitSystemFmt(const char *fmt, ...)
Expand Down

0 comments on commit 666a484

Please sign in to comment.