From 00829f15c87689e649489ec4d97c78d8b8748f83 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 21 Jun 2007 06:37:00 +0000 Subject: Minor cleanup. svn-id: r27580 --- engines/agos/res.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agos/res.cpp') diff --git a/engines/agos/res.cpp b/engines/agos/res.cpp index 977e8b1578..394c4956ae 100644 --- a/engines/agos/res.cpp +++ b/engines/agos/res.cpp @@ -644,7 +644,7 @@ bool AGOSEngine::decrunchFile(byte *src, byte *dst, uint32 size) { #undef SD_TYPE_LITERAL #undef SD_TYPE_MATCH -void AGOSEngine::loadVGABeardFile(uint id) { +void AGOSEngine::loadVGABeardFile(uint16 id) { uint32 offs, size; if (getFeatures() & GF_OLD_BUNDLE) { @@ -688,7 +688,7 @@ void AGOSEngine::loadVGABeardFile(uint id) { } } -void AGOSEngine::loadVGAVideoFile(uint id, uint type) { +void AGOSEngine::loadVGAVideoFile(uint16 id, uint8 type) { File in; char filename[15]; byte *dst; -- cgit v1.2.3