diff options
Diffstat (limited to 'src/graphic/image.h')
-rw-r--r-- | src/graphic/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphic/image.h b/src/graphic/image.h index 41d94a2d..fd3000f6 100644 --- a/src/graphic/image.h +++ b/src/graphic/image.h @@ -130,7 +130,7 @@ class Spriteset { /* * Cuts the passed bitmap in a grid of sub bitmaps. */ - Spriteset::Spriteset(BITMAP *bmp, int width, int height); + Spriteset::Spriteset(BITMAP *bmp, int w, int h, int offx, int offy); /** * Destructor |