Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 31, 2004
1 parent bc5ad50 commit 5e1b118
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions doomsday/Src/Common/g_game.c
Expand Up @@ -3177,25 +3177,13 @@ void G_DemoEnds(void)
gamestate = GS_WAITING;
if(singledemo)
Sys_Quit();
/*#if __JHEXEN__
H2_AdvanceDemo();
#elif defined(__JHERETIC__)
D_AdvanceDemo();
#endif */

//#ifdef __JDOOM__
FI_DemoEnds();
//#endif
}

void G_DemoAborted(void)
{
gamestate = GS_WAITING;
// We'll take no further action.

//#ifdef __JDOOM__
FI_DemoEnds();
//#endif
}

#if __JHERETIC__ || __JHEXEN__
Expand Down

0 comments on commit 5e1b118

Please sign in to comment.