summaryrefslogtreecommitdiff
path: root/gfx.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-06 18:45:28 +0000
committertron <tron@openttd.org>2005-01-06 18:45:28 +0000
commit8b7c1e94e19425b5aee91dbf938d1f7efda2b521 (patch)
tree64071b84d0e82fc090b093f501dd16dcaf282faa /gfx.c
parent2c9cd8f68c1bf491e4c887de2899f0e0601c297c (diff)
downloadopenttd-8b7c1e94e19425b5aee91dbf938d1f7efda2b521.tar.xz
(svn r1402) Trim trailing whitespace
Diffstat (limited to 'gfx.c')
-rw-r--r--gfx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx.c b/gfx.c
index 2c5691f25..24beee010 100644
--- a/gfx.c
+++ b/gfx.c
@@ -1507,7 +1507,7 @@ void DoPaletteAnimations()
/* Amount of colors to be rotated.
* A few more for the DOS palette, because the water colors are
* 245-254 for DOS and 217-226 for Windows. */
- int c = _use_dos_palette?38:28;
+ int c = _use_dos_palette?38:28;
int j;
int i;
const ExtraPaletteValues *ev = &_extra_palette_values;
@@ -1594,7 +1594,7 @@ void DoPaletteAnimations()
j+=3;
if (j == 15) j = 0;
}
-
+
// Glittery water DOS
s = ev->b;
if (_opt.landscape == LT_CANDY) s = ev->bc;