mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-06-07 11:54:59 -06:00
Remove unit highlight during replication
This commit is contained in:
parent
7974edd381
commit
8c4da26891
@ -318,6 +318,10 @@ BeginStateMachine
|
|||||||
|
|
||||||
pplr->SetCredits(cCredits - cReplicationCost, true);
|
pplr->SetCredits(cCredits - cReplicationCost, true);
|
||||||
|
|
||||||
|
// Remove highlight
|
||||||
|
|
||||||
|
pmunt->Hilight(false);
|
||||||
|
|
||||||
// Start the replicating animation
|
// Start the replicating animation
|
||||||
|
|
||||||
m_fReplicating = true;
|
m_fReplicating = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user