From fddc40dd5e31f39f00b3b08098234daa795775da Mon Sep 17 00:00:00 2001 From: Diego Ahumada Date: Sat, 28 Sep 2024 15:00:31 -0300 Subject: [PATCH] whoops, fix me breaking the build from the previous commit --- src/v_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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