(svn r11212) -Codechange: add support for drawing parts of sprites. Patch by frosch.

This commit is contained in:
rubidium
2007-10-05 21:49:15 +00:00
parent bf35f3a21a
commit 6e7402a1c5
5 changed files with 96 additions and 27 deletions

View File

@@ -132,7 +132,6 @@ bool ScrollWindowTo(int x, int y, Window *w, bool instant = false);
bool ScrollMainWindowToTile(TileIndex tile, bool instant = false);
bool ScrollMainWindowTo(int x, int y, bool instant = false);
void DrawSprite(SpriteID img, SpriteID pal, int x, int y);
bool EnsureNoVehicle(TileIndex tile);
bool EnsureNoVehicleOnGround(TileIndex tile);