Further paranoia changes to prevent timer callbacks from occurring in an uncontrolled state.
This commit is contained in:
@@ -1193,3 +1193,13 @@ ServerGameStateWaitPlayerAction::TimerTimeout(const boost::system::error_code &e
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
ServerGameStateFinal ServerGameStateFinal::s_state;
|
||||
|
||||
ServerGameStateFinal &
|
||||
ServerGameStateFinal::Instance()
|
||||
{
|
||||
return s_state;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user