Changeset ab8fd40 in network-game for common/Game.cpp


Ignore:
Timestamp:
Sep 27, 2013, 7:55:50 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
3ef8cf4
Parents:
03ba5e3
Message:

The server can process LEAVE_GAME messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Game.cpp

    r03ba5e3 rab8fd40  
    2121Game::~Game() {
    2222   delete this->worldMap;
     23}
     24
     25string Game::getName() {
     26   return this->name;
    2327}
    2428
Note: See TracChangeset for help on using the changeset viewer.