mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Initialize privatePlayerId in GameEventStorage
uninitialized in local games
This commit is contained in:
parent
83f57b096c
commit
32f1f17d52
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ GameEventStorageItem::~GameEventStorageItem()
|
|||
}
|
||||
|
||||
GameEventStorage::GameEventStorage()
|
||||
: gameEventContext(0)
|
||||
: gameEventContext(0), privatePlayerId(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue