Fixed bug: Attack ground didn't work.

This commit is contained in:
johns 2001-03-25 22:23:57 +00:00
parent 0df2ef3155
commit b02d1003b2

View file

@ -358,7 +358,7 @@ global ButtonAction AllButtons[] = {
",unit-gnomish-submarine,unit-battleship,unit-elven-destroyer"
},
{ 6, 0, { "icon-human-attack-ground" },
ButtonAttack, 0, NULL,
ButtonAttackGround, 0, NULL,
NULL, NULL,
'g', "ATTACK ~!GROUND",
"unit-ballista,unit-battleship" ",human-group"
@ -1085,7 +1085,7 @@ global ButtonAction AllButtons[] = {
",orc-group"
},
{ 6, 0, { "icon-orc-attack-ground" },
ButtonAttack, 0, NULL,
ButtonAttackGround, 0, NULL,
NULL, NULL,
'g', "ATTACK ~!GROUND",
"unit-catapult,unit-ogre-juggernaught" ",orc-group"