Index: common/GameSummary.cpp
===================================================================
--- common/GameSummary.cpp	(revision c9f6a1c3b08b5ed1a23febd94c4765aef34781cd)
+++ common/GameSummary.cpp	(revision e1af80c7e31a16db4591bd15fb35b660e038dcdf)
@@ -14,5 +14,5 @@
 GameSummary::GameSummary(string name, unsigned int winner, unsigned int blueScore, unsigned int redScore) {
    this->gameName = name;
-   this->blueScore = winner;
+   this->winner = winner;
    this->blueScore = blueScore;
    this->redScore = redScore;
