Skip to content

Commit

Permalink
MADS: Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 26, 2014
1 parent c7efc76 commit 6f8517a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mads/resources.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit 6f8517a

Please sign in to comment.