aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-04 01:19:13 +0530
committerEugene Sandulenko2019-09-03 17:17:10 +0200
commit9b6e83451fe5dc24801e6c6ea1bf0116b5b6fd7d (patch)
tree86e4f7aa51cbcb2f7cd902cb85daeb8b32db6ec1 /engines/hdb/gfx.h
parent92a4ff67feeb83755dcc271be65855593448eb34 (diff)
downloadscummvm-rg350-9b6e83451fe5dc24801e6c6ea1bf0116b5b6fd7d.tar.gz
scummvm-rg350-9b6e83451fe5dc24801e6c6ea1bf0116b5b6fd7d.tar.bz2
scummvm-rg350-9b6e83451fe5dc24801e6c6ea1bf0116b5b6fd7d.zip
HDB: Add check for unknown size
Diffstat (limited to 'engines/hdb/gfx.h')
-rw-r--r--engines/hdb/gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index fb26fe4e04..41277a1e4c 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -121,8 +121,8 @@ public:
// Returns: true->Tile, false->Pic
bool selectGfxType(const char *name);
- Tile *getTileGfx(const char *name, uint32 size);
- Picture *getPicGfx(const char *name, uint32 size);
+ Tile *getTileGfx(const char *name, int32 size);
+ Picture *getPicGfx(const char *name, int32 size);
int isSky(int skyIndex);
void setSky(int skyIndex);