Changeset b4c5b6a in network-game for client/Client/GameRender.cpp


Ignore:
Timestamp:
Dec 17, 2013, 12:44:38 AM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
3d6f78f
Parents:
1a47469
Message:

PLAYER messages are handled in the NEW_GAME state and players are added to the client's Game instance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/GameRender.cpp

    r1a47469 rb4c5b6a  
    6363   ALLEGRO_COLOR color;
    6464
    65    for(it = mapPlayers.begin(); it != mapPlayers.end(); it++)
     65   for (it = mapPlayers.begin(); it != mapPlayers.end(); it++)
    6666   {
    6767      p = it->second;
Note: See TracChangeset for help on using the changeset viewer.