aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/resources.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/resources.cpp')
-rw-r--r--engines/mads/resources.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/resources.cpp b/engines/mads/resources.cpp
index 745583b516..0bb95debdf 100644
--- a/engines/mads/resources.cpp
+++ b/engines/mads/resources.cpp
@@ -394,7 +394,7 @@ void File::openFile(const Common::String &filename) {
/*------------------------------------------------------------------------*/
void SynchronizedList::synchronize(Common::Serializer &s) {
- int v;
+ int v = 0;
int count = size();
s.syncAsUint16LE(count);