~ubuntu-branches/ubuntu/vivid/manaplus/vivid-proposed

« back to all changes in this revision

Viewing changes to src/guild.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-10-12 12:23:57 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20141012122357-7836sgv1j1v02cs2
Tags: 1.4.10.11-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
Guild::Guild(const int16_t id) :
91
91
    mMembers(),
 
92
    mPositions(),
92
93
    mName(),
 
94
    mEmblemId(0),
93
95
    mId(id),
94
96
    mCanInviteUsers(false),
95
 
    mEmblemId(0),
96
 
    mPositions(),
97
97
    mServerGuild(true)
98
98
{
99
99
    guilds[id] = this;