Index: common/GameSummary.cpp
===================================================================
--- common/GameSummary.cpp	(revision c9f6a1c3b08b5ed1a23febd94c4765aef34781cd)
+++ common/GameSummary.cpp	(revision 635ad9bc611245f979f31a3cb8536a7cd912cc7a)
@@ -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;
