Yeah Fuck You SEENAMES

This commit is contained in:
James R 2020-12-12 15:39:13 -08:00
parent a86a7822d1
commit 5bb221b3bf
2 changed files with 0 additions and 4 deletions

View file

@ -120,9 +120,7 @@ int LUA_HookPlayerCanDamage(player_t *, mobj_t *);
void LUA_HookPlayerQuit(player_t *, kickreason_t);
int LUA_HookTeamSwitch(player_t *, int newteam, boolean fromspectators, boolean tryingautobalance, boolean tryingscramble);
int LUA_HookViewpointSwitch(player_t *player, player_t *newdisplayplayer, boolean forced);
#ifdef SEENAMES
int LUA_HookSeenPlayer(player_t *player, player_t *seenfriend);
#endif
int LUA_HookShouldJingleContinue(player_t *, const char *musname);
int LUA_HookPlayerCmd(player_t *, ticcmd_t *);
int LUA_HookMusicChange(const char *oldname, struct MusicChange *);

View file

@ -947,7 +947,6 @@ int LUA_HookViewpointSwitch(player_t *player, player_t *newdisplayplayer, boolea
return hook.status;
}
#ifdef SEENAMES
int LUA_HookSeenPlayer(player_t *player, player_t *seenfriend)
{
Hook_State hook;
@ -962,7 +961,6 @@ int LUA_HookSeenPlayer(player_t *player, player_t *seenfriend)
}
return hook.status;
}
#endif // SEENAMES
int LUA_HookShouldJingleContinue(player_t *player, const char *musname)
{