Skip to content

Commit

Permalink
Clarify the the numbers below the flag are for position, not player n…
Browse files Browse the repository at this point in the history
…umbers.
  • Loading branch information
buginator committed Nov 20, 2010
1 parent fd2843e commit 2b39ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiint.c
Expand Up @@ -1497,7 +1497,7 @@ static void addColourChooser(UDWORD player)
23, //y
iV_GetImageWidth(FrontImages,IMAGE_WEE_GUY)+7, //w
iV_GetImageHeight(FrontImages,IMAGE_WEE_GUY), //h
_("Player number"), IMAGE_WEE_GUY, IMAGE_WEE_GUY, 10 + i);
_("Player position"), IMAGE_WEE_GUY, IMAGE_WEE_GUY, 10 + i);
}

if (!NetPlay.isHost)
Expand Down

0 comments on commit 2b39ab4

Please sign in to comment.