dialog[legacy]: try to also retrieve talking face in pictures...

This commit is contained in:
ALONSO Laurent
2021-11-24 09:52:30 +01:00
committed by Celtic Minstrel
parent e314b45c5c
commit 9a895ed15b

View File

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