Changeset b92e6a7 in network-game for common/WorldMap.cpp


Ignore:
Timestamp:
Sep 26, 2013, 8:29:14 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
f41a7f9
Parents:
321fbbc
Message:

The Game class now has a WorldMap. When a client creates or joins a game, the server sends out all the basic game info (the map and info about all players in the game)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/WorldMap.cpp

    r321fbbc rb92e6a7  
    194194WorldMap* WorldMap::loadMapFromFile(string filename)
    195195{
    196     WorldMap* m = NULL;
     196   WorldMap* m = NULL;
    197197
    198198   ifstream file(filename.c_str());
Note: See TracChangeset for help on using the changeset viewer.