aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-24 15:06:28 +0000
committerJohannes Schickel2009-05-24 15:06:28 +0000
commit7c1eb057146af11793c627327f3fefe309d27fbb (patch)
treee8337059c1e4c34b07ca88dd489f3e4cbd8a1330 /engines/kyra/screen_lol.cpp
parente9401655dd84618e3bf6cf82a58e78c33f41b384 (diff)
downloadscummvm-rg350-7c1eb057146af11793c627327f3fefe309d27fbb.tar.gz
scummvm-rg350-7c1eb057146af11793c627327f3fefe309d27fbb.tar.bz2
scummvm-rg350-7c1eb057146af11793c627327f3fefe309d27fbb.zip
Strip trailing whitespaces.
svn-id: r40866
Diffstat (limited to 'engines/kyra/screen_lol.cpp')
-rw-r--r--engines/kyra/screen_lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/screen_lol.cpp b/engines/kyra/screen_lol.cpp
index 2f7a938374..5ee7ae314e 100644
--- a/engines/kyra/screen_lol.cpp
+++ b/engines/kyra/screen_lol.cpp
@@ -817,7 +817,7 @@ bool Screen_LoL::fadeColor(int dstColorIndex, int srcColorIndex, uint32 elapsedT
bool Screen_LoL::fadePaletteStep(uint8 *pal1, uint8 *pal2, uint32 elapsedTime, uint32 targetTime) {
uint8 tpal[768];
- uint8 *p1 = _palettes[0];
+ uint8 *p1 = _palettes[0];
bool res = false;
for (int i = 0; i < 768; i++) {