ZeroK-RTS / Zero-K

Open source RTS game running on the Spring/Recoil engine
https://zero-k.info
GNU General Public License v2.0
691 stars 208 forks source link

Fix little halt caused by CMD_MOVE #5343

Closed Helwor closed 2 months ago

Helwor commented 2 months ago

When moving onto a feature, CMD_MOVE cause a little halt before move starts, replacing the command with CMD_RAW_MOVE to avoid this.