Changeset 635ad9b in network-game for common/GameSummary.cpp


Ignore:
Timestamp:
Dec 23, 2013, 11:33:36 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
e1af80c
Parents:
778d0c9
Message:

Correction to GameSummary constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/GameSummary.cpp

    r778d0c9 r635ad9b  
    1414GameSummary::GameSummary(string name, unsigned int winner, unsigned int blueScore, unsigned int redScore) {
    1515   this->gameName = name;
    16    this->blueScore = winner;
     16   this->winner = winner;
    1717   this->blueScore = blueScore;
    1818   this->redScore = redScore;
Note: See TracChangeset for help on using the changeset viewer.