aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/part.cpp')
-rw-r--r--engines/cine/part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/part.cpp b/engines/cine/part.cpp
index cc43b9c70d..7eb05ff22d 100644
--- a/engines/cine/part.cpp
+++ b/engines/cine/part.cpp
@@ -336,7 +336,7 @@ int16 findFileInBundle(const char *fileName) {
}
}
- const char **bPtr;
+ const char **bPtr = 0;
if (g_cine->getPlatform() == Common::kPlatformPC) {
switch (g_cine->getLanguage()) {