From 1ba14890c65492d1d09fd272a37f1c7424023315 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 29 Aug 2006 15:58:57 +0000 Subject: Init unitialised var. svn-id: r23805 --- engines/kyra/resource.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/kyra/resource.cpp b/engines/kyra/resource.cpp index 80f2289c70..30301f2cca 100644 --- a/engines/kyra/resource.cpp +++ b/engines/kyra/resource.cpp @@ -317,6 +317,7 @@ PAKFile::PAKFile(const char *file, const char *physfile, bool isAmiga) : Resourc _filename = file; _physfile = physfile; + _physOffset = 0; } PAKFile::PAKFile(const char *file, const char *physfile, const uint32 off, const uint8 *buffer, uint32 filesize, bool isAmiga) : ResourceFile() { -- cgit v1.2.3