diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lab/dispman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/dispman.cpp b/engines/lab/dispman.cpp index 5722ba9557..6c261107e9 100644 --- a/engines/lab/dispman.cpp +++ b/engines/lab/dispman.cpp @@ -793,7 +793,7 @@ void DisplayMan::doTransWipe(CloseDataPtr *closePtrList, const Common::String fi linesDone = 0; } - if (j == 9) + if (j == 0) checkerboardEffect(0, 0, curY, _screenWidth - 1, curY + 1); else rectFill(0, curY, _screenWidth - 1, curY + 1); |