Fix the backdrop for when people get kicked.

Reported by another Random Whiny User
merge: r7012
And typo fix merge: r7007

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7017 4a71c877-e1ca-e34f-864e-861f7616d084
master
Buginator 2009-04-11 04:54:23 +00:00 committed by Git SVN Gateway
parent 79d8c664e8
commit 70ae5430ec
1 changed files with 3 additions and 1 deletions

View File

@ -2211,7 +2211,7 @@ static void processMultiopWidgets(UDWORD id)
}
sasprintf(&msg, _("The host has kicked %s from the game!"), getPlayerName(j));
sendTextMessage(msg, true);
kickPlayer(victim, _(" your being a jerk.") );
kickPlayer(victim, _("you are being a jerk.") );
resetReadyStatus(true); //reset and send notification to all clients
}
@ -2427,7 +2427,9 @@ void frontendMultiMessages(void)
if (NetPlay.dpidPlayer == player_id) // we've been told to leave.
{
stopJoining();
screen_RestartBackDrop();
changeTitleMode(TITLE);
pie_LoadBackDrop(SCREEN_RANDOMBDROP);
debug(LOG_ERROR, "You have been kicked, because %s ", reason );
}
break;