Skip to content

Commit

Permalink
GAME: fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Oct 28, 2024
1 parent ee69d81 commit 5f8280e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/g_freezetag.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static void FT_PushThawerAway(const gentity_t *player, gentity_t *thawer, int di
/**
* @returns qtrue if we are in FreezeTag
*/
qboolean G_FreezeTag() {
qboolean G_FreezeTag(void) {
return g_gametype.integer == GT_FREEZETAG;
}

Expand Down

0 comments on commit 5f8280e

Please sign in to comment.