Skip to content

Commit

Permalink
Fix fatal error formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonfge authored and madame-rachelle committed Jan 6, 2025
1 parent af8838d commit 22690bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/engine/i_net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ void I_NetError(const char* error)
{
doomcom.numnodes = 0;
StartWindow->NetClose();
I_FatalError(error);
I_FatalError("%s", error);
}

// todo: later these must be dispatched by the main menu, not the start screen.
Expand Down

0 comments on commit 22690bb

Please sign in to comment.