aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/rince.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/rince.cpp')
-rw-r--r--engines/tinsel/rince.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/rince.cpp b/engines/tinsel/rince.cpp
index 33273ad372..03ca9c074d 100644
--- a/engines/tinsel/rince.cpp
+++ b/engines/tinsel/rince.cpp
@@ -761,7 +761,7 @@ void T1MoverProcess(CORO_PARAM, const void *param) {
while (1) {
if (pActor->bSpecReel) {
- if (!pActor->bHidden)
+ if (!pActor->bHidden)
#ifdef DEBUG
assert(StepAnimScript(&pActor->actorAnim) != ScriptFinished); // Actor reel has finished!
#else