Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizable r_tracker flag stats. #268

Closed
wants to merge 1 commit into from

Conversation

dsvensson
Copy link
Contributor

No description provided.

{
Stats_Message("You grabbed the flag\nflag grabs: %i (%i)\n", fragstats.clienttotals[p1].grabs, fragstats.totaltouches);
}
Stats_FlagMessage(ff_flagtouch, u1, p1, fragstats.clienttotals[p1].grabs, fragstats.totaltouches);
Copy link
Contributor Author

@dsvensson dsvensson Aug 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realize now that this is a behavioral change as Stats_Message is a different target. The u1 case ought to be left intact, and the u1 part of Stats_FlagMessage ought to be removed, and this would be else if (p1 >= 0) or separate if (p1 >= 0) instead.

@dsvensson dsvensson marked this pull request as draft August 30, 2024 23:22
@Xylemon Xylemon added enhancement New feature or request Quake Anything related to Quake I, addons, and mods for said game labels Sep 15, 2024
@dsvensson
Copy link
Contributor Author

closing this one for now so it doesn't litter

@dsvensson dsvensson closed this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Quake Anything related to Quake I, addons, and mods for said game
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants