Skip to content

Commit

Permalink
Fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasperal committed Mar 17, 2024
1 parent 8eb4164 commit 7373e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doom/g_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ void G_SecretExitLevel (void)
void G_DoCompleted (void)
{
int i;
extern int bex_pars[4][10], bex_cpars[32]; // [crispy] support [PARS] sections in BEX files
extern int bex_pars[7][10], bex_cpars[32]; // [crispy] support [PARS] sections in BEX files

gameaction = ga_nothing;

Expand Down

0 comments on commit 7373e4b

Please sign in to comment.