diff options
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r-- | engines/simon/simon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h index b26156e9de..23679fd852 100644 --- a/engines/simon/simon.h +++ b/engines/simon/simon.h @@ -1054,7 +1054,7 @@ protected: byte *getBackGround(); byte *getScaleBuf(); - byte *loadVGAFile(uint id, uint type, uint &dstSize); + byte *loadVGAFile(uint id, uint type, uint32 &dstSize); void loadSimonVGAFile(uint vga_id); int init(); |