fix compiler error: storage size of weaponQAV isn't known (#226)

This commit is contained in:
CommonLoon102 2019-10-23 15:45:50 +00:00 committed by Christoph Oelckers
parent c419fae31b
commit 20a393871b

View file

@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
BEGIN_BLD_NS BEGIN_BLD_NS
QAV* weaponQAV[]; extern QAV* weaponQAV[];
void WeaponInit(void); void WeaponInit(void);
void WeaponDraw(PLAYER *pPlayer, int a2, int a3, int a4, int a5); void WeaponDraw(PLAYER *pPlayer, int a2, int a3, int a4, int a5);