From 9a895ed15b3ccbd35782f722d6d3c732ad7586c1 Mon Sep 17 00:00:00 2001 From: ALONSO Laurent Date: Wed, 24 Nov 2021 09:52:30 +0100 Subject: [PATCH] dialog[legacy]: try to also retrieve talking face in pictures... --- src/scenario/special.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scenario/special.cpp b/src/scenario/special.cpp index bba4cdc9..9c640a98 100644 --- a/src/scenario/special.cpp +++ b/src/scenario/special.cpp @@ -121,6 +121,8 @@ static cPictNum port_graphic_num(int pic) { return cPictNum(pic-800, PIC_PC); if (pic<1000)// ARGH: normally bwpats, force an error picture return cPictNum(800, PIC_TER); + if (pic<1100) + return cPictNum(pic-1000, PIC_TALK); #if 0 if (pic == 1100 || pic==1200 || pic==1300 || (pic>=1400 && pic<=1402)) // maybe, but the picture's size will be bad and hide the message... return cPictNum(pic, PIC_FULL);