cat /tmp/cvstuDAp5

This commit is contained in:
mr-russ 2004-05-18 00:50:27 +00:00
parent 57304aad01
commit 786bd31563
2 changed files with 2 additions and 1 deletions

View file

@ -35,6 +35,7 @@
<ul>
<li><b>2.1 Released</b><p>
<ul>
<li>Fixed bug #951561: Some upgraded building don't unfog correctly (from Russell Smith).
<li>Fixed bug #928568: Oil platform can be built under a ship (from Jimmy Salmon).
<li>Fixed bug #913100: Stratagus ignores player race (from Jimmy Salmon).
<li>Fixed bug #931995: first oil is free (from Jimmy Salmon).

View file

@ -96,7 +96,7 @@ global void HandleActionUpgradeTo(Unit* unit)
// Update Possible sight range change
MapUnmarkUnitSight(unit);
unit->CurrentSightRange = unit->Stats[player->Player].SightRange;
unit->CurrentSightRange = unit->Stats->SightRange;
MapMarkUnitSight(unit);
//