aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx')
-rw-r--r--engines/sword25/gfx/animationresource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sword25/gfx/animationresource.h b/engines/sword25/gfx/animationresource.h
index d6c2b1c50f..70291f220e 100644
--- a/engines/sword25/gfx/animationresource.h
+++ b/engines/sword25/gfx/animationresource.h
@@ -49,7 +49,6 @@ public:
virtual ~AnimationResource();
virtual const Frame &getFrame(uint index) const {
- assert(index < _frames.size());
return _frames[index];
}
virtual uint getFrameCount() const {