Retry...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@248 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -17,12 +17,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <sys/param.h>
|
|
||||||
#include <sys/param.h>
|
|
||||||
#include "starcon.h"
|
#include "starcon.h"
|
||||||
#include "options.h"
|
|
||||||
#include "melee.h"
|
#include "melee.h"
|
||||||
#include "options.h"
|
|
||||||
|
|
||||||
//Added by Chris
|
//Added by Chris
|
||||||
|
|
||||||
@@ -1800,13 +1796,11 @@ Melee (void)
|
|||||||
MenuState.star_bucks[1] = GetTeamValue (&MenuState.TeamImage[1]);
|
MenuState.star_bucks[1] = GetTeamValue (&MenuState.TeamImage[1]);
|
||||||
DoInput ((PVOID)&MenuState);
|
DoInput ((PVOID)&MenuState);
|
||||||
|
|
||||||
char file[MAXPATHLEN];
|
|
||||||
while (SoundPlaying ())
|
while (SoundPlaying ())
|
||||||
;
|
;
|
||||||
|
|
||||||
{
|
{
|
||||||
FILE *save_fp;
|
FILE *save_fp;
|
||||||
char file[MAXPATHLEN];
|
|
||||||
BOOLEAN err;
|
BOOLEAN err;
|
||||||
|
|
||||||
err = FALSE;
|
err = FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user