AVALANCHE: Make the call of displayScrollChain() a bit more consistent
This commit is contained in:
parent
8cc82d0a0b
commit
c7a7ab178d
2 changed files with 2 additions and 2 deletions
|
@ -952,7 +952,7 @@ void Dialogs::displayScrollChain(char block, byte point, bool report, bool bubbl
|
|||
*/
|
||||
void Dialogs::speak(byte who, byte subject) {
|
||||
if (subject == 0) { // No subject.
|
||||
displayScrollChain('s', who, false, true);
|
||||
displayScrollChain('S', who, false, true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue