From 696897b0583ad52ebc6f7666525277847619a8ce Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 1 Jan 2009 15:06:43 +0000 Subject: Whoa! Removing trailing spaces. svn-id: r35648 --- engines/tinsel/scroll.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/tinsel/scroll.cpp') 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 -- cgit v1.2.3