Testing commit
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@767 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
4d8091f180
commit
f969666097
|
@ -1576,17 +1576,8 @@ static void addTeamChooser(UDWORD player)
|
||||||
MULTIOP_ROW_WIDTH,MULTIOP_TEAMSHEIGHT);
|
MULTIOP_ROW_WIDTH,MULTIOP_TEAMSHEIGHT);
|
||||||
|
|
||||||
// add the teams
|
// add the teams
|
||||||
|
|
||||||
for(i=0;i<MAX_PLAYERS;i++) //game.maxPlayers;i++)
|
for(i=0;i<MAX_PLAYERS;i++) //game.maxPlayers;i++)
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
addMultiBut(psWScreen,MULTIOP_TEAMCHOOSER_FORM, MULTIOP_TEAMCHOOSER+i,
|
|
||||||
(i*(iV_GetImageWidth(FrontImages,IMAGE_PLAYER0) +5)+7) ,//x
|
|
||||||
4, //y
|
|
||||||
iV_GetImageWidth(FrontImages,IMAGE_PLAYER0), //w
|
|
||||||
iV_GetImageHeight(FrontImages,IMAGE_PLAYER0), //h
|
|
||||||
0, IMAGE_PLAYER0+i, IMAGE_PLAYER0+i,FALSE);
|
|
||||||
*/
|
|
||||||
W_BUTINIT sButInit;
|
W_BUTINIT sButInit;
|
||||||
|
|
||||||
memset(&sButInit, 0, sizeof(W_BUTINIT));
|
memset(&sButInit, 0, sizeof(W_BUTINIT));
|
||||||
|
|
Loading…
Reference in New Issue