Skip to content

Commit

Permalink
Disable game name icon in multiplayer, too; since it doesn't do anyth…
Browse files Browse the repository at this point in the history
…ing, anyway.

Fixes ticket:1231.
  • Loading branch information
Cyp committed Sep 20, 2012
1 parent 60c235a commit 831d22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiint.cpp
Expand Up @@ -1449,12 +1449,12 @@ static void addGameOptions()
IMAGE_EDIT_GAME_HI, MULTIOP_GNAME_ICON);
// disable for one-player skirmish
widgSetButtonState(psWScreen, MULTIOP_GNAME, WEDBS_DISABLE);
widgSetButtonState(psWScreen, MULTIOP_GNAME_ICON, WBUT_DISABLE);
}
else
{
addMultiEditBox(MULTIOP_OPTIONS, MULTIOP_GNAME, MCOL0, MROW2, _("Select Game Name"), game.name, IMAGE_EDIT_GAME, IMAGE_EDIT_GAME_HI, MULTIOP_GNAME_ICON);
}
widgSetButtonState(psWScreen, MULTIOP_GNAME_ICON, WBUT_DISABLE);
// map chooser
addMultiEditBox(MULTIOP_OPTIONS, MULTIOP_MAP , MCOL0, MROW3, _("Select Map"), game.map, IMAGE_EDIT_MAP, IMAGE_EDIT_MAP_HI, MULTIOP_MAP_ICON);
// disable for challenges
Expand Down

0 comments on commit 831d22c

Please sign in to comment.