diff --git a/src/v_shared.h b/src/v_shared.h index fd65c826..d9daec2f 100644 --- a/src/v_shared.h +++ b/src/v_shared.h @@ -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