🚚 Rename CelOutputBuf to Surface and extract
This commit is contained in:
parent
3faeb5628a
commit
cb0dae8590
60 changed files with 474 additions and 458 deletions
|
|
@ -187,7 +187,7 @@ void NewCursor(int cursId)
|
|||
}
|
||||
}
|
||||
|
||||
void CelDrawCursor(const CelOutputBuffer &out, Point position, int cursId)
|
||||
void CelDrawCursor(const Surface &out, Point position, int cursId)
|
||||
{
|
||||
const auto &sprite = GetInvItemSprite(cursId);
|
||||
const int frame = GetInvItemFrame(cursId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue