AttacqueSuperior / Engine

A customized fork for the modification Attacque Supérior of the open-source implementation of the Command & Conquer: Red Alert engine using .NET/Mono and OpenGL. Runs on Windows, Linux and Mac OS X.
http://attsup.swr-productions.com
GNU General Public License v3.0
16 stars 3 forks source link

Added TargetString to IIssueDeployOrder #88

Closed shiftybit closed 5 years ago

shiftybit commented 5 years ago

The previous fix worked. Technically. The only problem is that if the Hotkey was pressed to send the deploy order, the IssueOrder function was never invoked. IssueOrder seems to only be invoked when the unit is clicked with the cursor. The primary way that these SynchronizedDeployment orders will be sent is going to be through IIssueDeployOrder.IssueDeployOrder.

GraionDilach commented 5 years ago

Sounds reasonable to me. Thanks.