Initialize privatePlayerId in GameEventStorage

uninitialized in local games
This commit is contained in:
Fabio Bas 2014-08-09 12:41:12 +02:00
parent 83f57b096c
commit 32f1f17d52

View file

@ -15,7 +15,7 @@ GameEventStorageItem::~GameEventStorageItem()
}
GameEventStorage::GameEventStorage()
: gameEventContext(0)
: gameEventContext(0), privatePlayerId(0)
{
}