Netplay: Fixed potential crash when using netplay with cheats enabled

This commit is contained in:
Sour 2019-10-20 21:27:28 -04:00
parent 84a63e04dc
commit a6f5494180

View file

@ -12,7 +12,7 @@ private:
uint8_t* _stateData = nullptr;
uint32_t _dataSize = 0;
CodeInfo* _cheats;
CodeInfo* _cheats = nullptr;
uint32_t _cheatArraySize = 0;
protected: