- Timestamp:
- Nov 12, 2014, 4:07:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/minigame4DHS14/src/modules/mini4Dgame/Mini4Dgame.cc
r10101 r10121 170 170 171 171 172 /**173 @brief174 Get the player.175 @return176 Returns a pointer to the player. If there is no player, NULL is returned.177 */178 //TODO: colors179 PlayerInfo* Mini4Dgame::getPlayer(int color) const180 {181 return players[color].info_;182 //for(int i=0;i<NUMBEROFPLAYERS;i++)183 //if(color == this->mini4DgamePlayers[i].color)184 //return this->mini4DgamePlayers[i].info;185 }186 187 172 }
Note: See TracChangeset
for help on using the changeset viewer.