🚚 Rename CelOutputBuf to Surface and extract
This commit is contained in:
parent
3faeb5628a
commit
cb0dae8590
60 changed files with 474 additions and 458 deletions
|
|
@ -107,7 +107,7 @@ void ClrDiabloMsg()
|
|||
|
||||
#define DIALOG_Y ((gnScreenHeight - PANEL_HEIGHT) / 2 - 18)
|
||||
|
||||
void DrawDiabloMsg(const CelOutputBuffer &out)
|
||||
void DrawDiabloMsg(const Surface &out)
|
||||
{
|
||||
CelDrawTo(out, { PANEL_X + 101, DIALOG_Y }, *pSTextSlidCels, 1);
|
||||
CelDrawTo(out, { PANEL_X + 527, DIALOG_Y }, *pSTextSlidCels, 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue