diff options
-rw-r--r-- | engines/lab/anim.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/lab/anim.cpp b/engines/lab/anim.cpp index 5f469d8188..2127e86aa1 100644 --- a/engines/lab/anim.cpp +++ b/engines/lab/anim.cpp @@ -188,9 +188,6 @@ void Anim::diffNextFrame(bool onlyDiffData) { break; case 25: - _curBit++; - break; - case 26: _curBit++; break; |