mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Initialize m_SqlRandomMapResult (fixes #2272)
This commit is contained in:
parent
b3d22204c3
commit
6fcb8abbd0
|
@ -124,6 +124,7 @@ void CPlayer::Reset()
|
|||
m_LastSQLQuery = 0;
|
||||
m_SqlQueryResult = nullptr;
|
||||
m_SqlFinishResult = nullptr;
|
||||
m_SqlRandomMapResult = nullptr;
|
||||
#endif
|
||||
|
||||
int64 Now = Server()->Tick();
|
||||
|
|
Loading…
Reference in a new issue