git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@248 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-11-27 19:37:06 +00:00
parent 5d7a33325a
commit df0a536aa2
-6
View File
@@ -17,12 +17,8 @@
*/
#include <ctype.h>
#include <sys/param.h>
#include <sys/param.h>
#include "starcon.h"
#include "options.h"
#include "melee.h"
#include "options.h"
//Added by Chris
@@ -1800,13 +1796,11 @@ Melee (void)
MenuState.star_bucks[1] = GetTeamValue (&MenuState.TeamImage[1]);
DoInput ((PVOID)&MenuState);
char file[MAXPATHLEN];
while (SoundPlaying ())
;
{
FILE *save_fp;
char file[MAXPATHLEN];
BOOLEAN err;
err = FALSE;