mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-29 06:01:03 +00:00
Yeah Fuck You SEENAMES
This commit is contained in:
parent
a86a7822d1
commit
5bb221b3bf
2 changed files with 0 additions and 4 deletions
|
@ -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 *);
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue