Skip to content

Commit

Permalink
Fixed undeclared function BotsRuneDropped
Browse files Browse the repository at this point in the history
  • Loading branch information
SpookyScaryDev committed Sep 9, 2024
1 parent fe717fc commit 631a7dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runes.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ void RuneRespawn(void);
void RuneTouch(void);
void RuneResetOwner(void);
char* GetRuneSpawnName(void);
void BotsRuneDropped(gedict_t* rune);

void DoDropRune(int rune, qbool on_respawn)
{
Expand Down

0 comments on commit 631a7dc

Please sign in to comment.