(svn r2425) - Fix (regression): wrong sprite for level-land cursor (thx Tron)

- CodeChange: change MapSizeX() - 1 to MapMaxX() in the smallmap drawing code
This commit is contained in:
Darkvater
2005-06-06 17:30:52 +00:00
parent 4198418d77
commit ab7bf18d23
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ static void TerraformClick_Raise(Window *w)
static void TerraformClick_Level(Window *w)
{
HandlePlacePushButton(w, 6, ANIMCURSOR_LOWERLAND, 2, PlaceProc_LevelLand);
HandlePlacePushButton(w, 6, SPR_CURSOR_LEVEL_LAND, 2, PlaceProc_LevelLand);
}
static void TerraformClick_Dynamite(Window *w)