Changeset 227baaa in network-game for client


Ignore:
Timestamp:
Apr 23, 2013, 1:43:13 AM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
d211210
Parents:
a1a3bd5
Message:

Fixed some syntax errors related to the player move method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/main.cpp

    ra1a3bd5 r227baaa  
    286286            for (it = mapPlayers.begin(); it != mapPlayers.end(); it++)
    287287            {
    288                it->second.move();   // ignore return value
     288               it->second.move(gameMap);   // ignore return value
    289289            }
    290290
Note: See TracChangeset for help on using the changeset viewer.