housekeeping

This commit is contained in:
scawful
2023-11-11 20:17:34 -05:00
parent 61d235c342
commit c1ad23284e
7 changed files with 14 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ class Sprite {
Sprite();
Sprite(Bytes src, uchar mapid, uchar id, uchar x, uchar y, int map_x,
int map_y);
void InitSprite(Bytes& src, uchar mapid, uchar id, uchar x, uchar y,
void InitSprite(const Bytes& src, uchar mapid, uchar id, uchar x, uchar y,
int map_x, int map_y);
void updateBBox();