Skip to content

Commit

Permalink
whoops, fix me breaking the build from the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoru committed Sep 28, 2024
1 parent c41dfbe commit fddc40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ void vrx_remove_chat_protect(edict_t* ent);
void vrx_curse_heal_all(edict_t* target);

// v_misc.c
void vrx_remove_all_monsters(edict_t* ent);
int vrx_remove_all_monsters(edict_t* ent);
int vrx_pvm_update_total_owned_monsters(edict_t *monster_owner, qboolean update);

#endif

0 comments on commit fddc40d

Please sign in to comment.