Raptor007 / aq2-tng

Action Quake 2: The Next Generation. Raptor007's sandbox for testing changes. When verified stable, this code is pushed to the official aq2-tng repo:
https://github.com/aq2-tng/aq2-tng/tree/bots
4 stars 2 forks source link

Do not count headshot streak when in warmup mode #74

Closed m4son closed 4 years ago

m4son commented 5 years ago

https://github.com/Raptor007/aq2-tng/blob/5e840f05255f76cb5b3dfd3ffa44ac7560e82972/source/g_combat.c#L535

To avoid that it should probably look like if (!friendlyFire && !in_warmup)

Raptor007 commented 4 years ago

Done and pushed to aq2-tng.