mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
o Fixed bug that disabled the commander's ability to give waypoints
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@471 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
d3a8529b3c
commit
59aa71585d
1 changed files with 3 additions and 0 deletions
|
@ -4088,6 +4088,9 @@ void AvHPlayer::HandleTopDownInput()
|
|||
// If we are a commander
|
||||
if(this->pev->iuser3 == AVH_USER3_COMMANDER_PLAYER)
|
||||
{
|
||||
// Ensure that orders are given through attack2, even though used as +movement
|
||||
theAttackTwoDown = FBitSet(this->mCurrentCommand.buttons, IN_ATTACK2);
|
||||
|
||||
this->mLastTimeInCommandStation = gpGlobals->time;
|
||||
|
||||
// Fetch world x and world y from move.
|
||||
|
|
Loading…
Reference in a new issue