Attano / Left4Downtown2

First github clone!
27 stars 33 forks source link

Prevent extra calculations / Extra calls of EndVersusModeRound engine function #1

Closed spumer closed 11 years ago

spumer commented 11 years ago

Function EndVersusModeRound should called twice: for first and second round. In this function placed all score calculations and when it run very often — it's problem, server can crashed.

In this patch i'm block extra calls EndVersusModeRound and add new forward: public L4D2_OnEndVersusModeRound_Post()