Changeset 9259 for code/trunk/src/modules/pong
- Timestamp:
- May 28, 2012, 4:47:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pong/PongScore.cc
r9258 r9259 130 130 { 131 131 if (this->bShowName_ && this->bShowScore_ && player1_ != NULL) 132 132 output1 = name1 + " - " + score1; 133 133 else if (this->bShowScore_) 134 134 output1 = score1; 135 135 else if (this->bShowName_) 136 136 output1 = name1; 137 137 } 138 138
Note: See TracChangeset
for help on using the changeset viewer.