aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_graphics.cpp
diff options
context:
space:
mode:
authorBastien Bouclet2018-09-01 06:27:56 +0200
committerBastien Bouclet2018-09-01 06:27:56 +0200
commit3c8a0a3d2ea4cf67960a23b77460e6cf95c64d60 (patch)
tree214d5e3585401c1710a284b85a42ab5d2e49760a /engines/mohawk/riven_graphics.cpp
parent33131554c13fbd7d99cc83ccd97193a6c220cc85 (diff)
downloadscummvm-rg350-3c8a0a3d2ea4cf67960a23b77460e6cf95c64d60.tar.gz
scummvm-rg350-3c8a0a3d2ea4cf67960a23b77460e6cf95c64d60.tar.bz2
scummvm-rg350-3c8a0a3d2ea4cf67960a23b77460e6cf95c64d60.zip
MOHAWK: RIVEN: Wait for the sound track to end after the credit
Diffstat (limited to 'engines/mohawk/riven_graphics.cpp')
-rw-r--r--engines/mohawk/riven_graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven_graphics.cpp b/engines/mohawk/riven_graphics.cpp
index bc6ebfc382..084019df5e 100644
--- a/engines/mohawk/riven_graphics.cpp
+++ b/engines/mohawk/riven_graphics.cpp
@@ -682,7 +682,7 @@ void RivenGraphics::updateCredits() {
runScheduledTransition();
} else {
- // Otheriwse, we're scrolling
+ // Otherwise, we're scrolling
// This is done by 1) moving the screen up one row and
// 2) adding a new row at the bottom that is the current row of the current image or
// not and it defaults to being empty (a black row).