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:
Meep-Eep
2009-11-28 22:06:18 +00:00
parent 7405dbcf55
commit af41b0f118
+2
View File
@@ -1331,6 +1331,8 @@ StarShipPtr->ship_input_state &= ~SPECIAL;
InputState |= BATTLE_WEAPON;
if (StarShipPtr->ship_input_state & SPECIAL)
InputState |= BATTLE_SPECIAL;
(void) context;
return (InputState);
}
}