From 41ea3e237459091338e6057c5cc759dd65451c98 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 12 Apr 2014 17:15:05 -0400 Subject: MADS: Fix misspelling in if statement --- engines/mads/animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/mads/animation.cpp b/engines/mads/animation.cpp index b79a753c28..d5b8e21fae 100644 --- a/engines/mads/animation.cpp +++ b/engines/mads/animation.cpp @@ -326,7 +326,7 @@ void Animation::load(UserInterface &interfaceSurface, MSurface &depthSurface, for (int idx = 0; idx < _header._spriteSetsCount; ++idx) usageList.push_back(_spriteSets[idx]->_usageIndex); - if (usageList.size() > 0 > 0) + if (usageList.size() > 0) _vm->_palette->_paletteUsage.updateUsage(usageList, _header._messagesCount); if (_header._animMode == 4) { -- cgit v1.2.3