Attempt to prevent the last speaker from becoming the chosen wingmate.

This commit is contained in:
Steve 2016-05-16 17:04:49 +01:00
parent 447fb22630
commit 268a7165e7
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ static void nextMessage(void)
{
if (strcmp(e->name, head.next->title) == 0)
{
battle.messageSpeaker = e;
battle.messageSpeaker = lastWingmate = e;
return;
}