Skip to content

Commit

Permalink
Added missing prototype for P_InitPlayerValues.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Mar 7, 2008
1 parent 4c25f7a commit 45aeb3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doomsday/plugins/doom64tc/include/d_items.h
Expand Up @@ -35,10 +35,6 @@

#include "doomdef.h"

#ifdef __GNUG__
#pragma interface
#endif

#define WEAPON_INFO(weaponnum, pclass, fmode) (&weaponInfo[weaponnum][pclass].mode[fmode])

typedef struct {
Expand All @@ -64,6 +60,7 @@ typedef struct {
extern weaponinfo_t weaponInfo[NUM_WEAPON_TYPES][NUM_PLAYER_CLASSES];

void P_InitWeaponInfo(void);
void P_InitPlayerValues(struct player_s *p);
int GetDefInt(char *def, int *returnVal);

#endif

0 comments on commit 45aeb3c

Please sign in to comment.