Allow to exit Game when a connection drops
This commit is contained in:
parent
4a4f1ecb0e
commit
265a322535
6 changed files with 96 additions and 11 deletions
|
@ -217,6 +217,10 @@ void synchronizerReset() {
|
|||
synchronizerCurrentTicks = 0;
|
||||
}
|
||||
|
||||
bool synchronizerIsRunning() {
|
||||
return synchronizerRunning;
|
||||
}
|
||||
|
||||
// helpers for random numbers
|
||||
#define PI 3.141592654
|
||||
double gaussrand(bool reset)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue