diff options
Diffstat (limited to 'engines/tinsel/scroll.cpp')
-rw-r--r-- | engines/tinsel/scroll.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/tinsel/scroll.cpp b/engines/tinsel/scroll.cpp index 579775c91f..f31f596c43 100644 --- a/engines/tinsel/scroll.cpp +++ b/engines/tinsel/scroll.cpp @@ -58,11 +58,11 @@ static int oldx = 0, oldy = 0; /** Boundaries and numbers of boundaries */ static SCROLLDATA sd = { { - {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, + {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0} }, { - {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, + {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0} }, 0, @@ -415,9 +415,9 @@ void ScrollProcess(CORO_PARAM, const void *) { CORO_BEGIN_CODE(_ctx); - // In Tinsel v2, scenes may play movies, so the background may not always + // In Tinsel v2, scenes may play movies, so the background may not always // already be initialised like it is in v1 - while (!GetBgObject()) + while (!GetBgObject()) CORO_SLEEP(1); ImageH = BgHeight(); // Dimensions |