(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!

This commit is contained in:
truelight
2004-09-10 19:02:27 +00:00
parent 1c1a5b91c9
commit eb49a19460
82 changed files with 1857 additions and 1857 deletions

View File

@@ -33,7 +33,7 @@ void AddTextEffect(StringID msg, int x, int y, uint16 duration)
if (_game_mode == GM_MENU)
return;
for (te = _text_effect_list; te->string_id != 0xFFFF; ) {
if (++te == endof(_text_effect_list))
return;
@@ -115,7 +115,7 @@ void DrawTextEffects(DrawPixelInfo *dpi)
continue;
AddStringToDraw(te->x, te->y, (StringID)(te->string_id-1), te->params_1, te->params_2);
}
}
}
@@ -131,7 +131,7 @@ void DeleteAnimatedTile(uint tile)
endof(_animated_tile_list)[-1] = 0;
MarkTileDirtyByTile(tile);
return;
}
}
}
}
@@ -145,7 +145,7 @@ bool AddAnimatedTile(uint tile)
MarkTileDirtyByTile(tile);
return true;
}
}
}
return false;
}