diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2016-08-12 15:33:28 +0200 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2016-08-12 15:33:28 +0200 |
commit | 4f7f7f286d168998d260c16d2be62e02a379aae1 (patch) | |
tree | 1d25c028e17618daeaad509af15377203e1c00c6 /apps/plugins/doom/g_game.c | |
parent | 37cc4336286bd5ba8fd7611e91dd197469a2e9d2 (diff) |
Fix misleading indentation as pointed out by the new gcc warning
Change-Id: Ia9c0b09ffb57dccbc7d13fce3b3a8a7d46b84857
Diffstat (limited to 'apps/plugins/doom/g_game.c')
-rw-r--r-- | apps/plugins/doom/g_game.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/doom/g_game.c b/apps/plugins/doom/g_game.c index 99f8e63187..48654a7e84 100644 --- a/apps/plugins/doom/g_game.c +++ b/apps/plugins/doom/g_game.c @@ -2792,9 +2792,11 @@ boolean G_CheckDemoStatus (void) if (demoplayback) { if (singledemo) + { I_Error("Done Playing Demo"); return false; // exit(0); // killough + } if (demolumpnum != -1) { // cph - unlock the demo lump |