Changeset cee623e in network-game


Ignore:
Timestamp:
Dec 30, 2012, 6:51:48 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
9c83610
Parents:
3535088
Message:

Fixed a bug in serializing the player name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Player.cpp

    r3535088 rcee623e  
    6868   oss << this->id;
    6969   oss << this->name;
    70    //oss << '\0';
     70   oss << '\0';
    7171   oss << this->pos.x;
    7272   oss << this->pos.y;
Note: See TracChangeset for help on using the changeset viewer.