Fixed the mistake causing new episodes to be gained for free.

This commit is contained in:
Steven Fuller 2001-11-06 01:12:23 +00:00 committed by Patryk Obara
parent f0647dd7c8
commit 949ffcfd44
2 changed files with 9 additions and 3 deletions

View file

@ -676,8 +676,7 @@ int InitSDL()
int main(int argc, char *argv[])
{
int menusActive = 0;
int thisLevelHasBeenCompleted = 0;
InitSDL();
@ -781,7 +780,10 @@ while(AvP_MainMenus())
SetBriefingTextToBlank();
#endif
{
int menusActive = 0;
int thisLevelHasBeenCompleted = 0;
/* turn off any special effects */
d3d_light_ctrl.ctrl = LCCM_NORMAL;
d3d_overlay_ctrl.ctrl = OCCM_NORMAL;