Dedicated server credits fix
- Mar 25, 2019
-
-
Monster Iestyn authored
Fix credits gamestate in dedicated mode, by properly separating the timer variable code from the drawing code in a semi-hacky way
8c1c0875
-
This fixes the long-known irritating bug with dedicated servers where, once the game reaches the end of the credits, everyone times out from the server.
It turns out that because dedicated mode doesn't actually draw anything, it never reaches the evaluation screen due to code stupidity with mixing drawing and ticker code.
Fix credits gamestate in dedicated mode, by properly separating the timer variable code from the drawing code in a semi-hacky way