Fix warning.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3366 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1331,6 +1331,8 @@ StarShipPtr->ship_input_state &= ~SPECIAL;
|
|||||||
InputState |= BATTLE_WEAPON;
|
InputState |= BATTLE_WEAPON;
|
||||||
if (StarShipPtr->ship_input_state & SPECIAL)
|
if (StarShipPtr->ship_input_state & SPECIAL)
|
||||||
InputState |= BATTLE_SPECIAL;
|
InputState |= BATTLE_SPECIAL;
|
||||||
|
|
||||||
|
(void) context;
|
||||||
return (InputState);
|
return (InputState);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user