AVALANCHE: Make the call of displayScrollChain() a bit more consistent

This commit is contained in:
urukgit 2013-11-23 16:20:39 +01:00
parent 8cc82d0a0b
commit c7a7ab178d
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}