mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -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()
|
GameEventStorage::GameEventStorage()
|
||||||
: gameEventContext(0)
|
: gameEventContext(0), privatePlayerId(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue