Attempt to prevent the last speaker from becoming the chosen wingmate.
This commit is contained in:
parent
447fb22630
commit
268a7165e7
|
@ -165,7 +165,7 @@ static void nextMessage(void)
|
||||||
{
|
{
|
||||||
if (strcmp(e->name, head.next->title) == 0)
|
if (strcmp(e->name, head.next->title) == 0)
|
||||||
{
|
{
|
||||||
battle.messageSpeaker = e;
|
battle.messageSpeaker = lastWingmate = e;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue