~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/being/being.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-11-18 15:19:44 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131118151944-iyd93ut2rmxzp8gg
Tags: 1.3.11.10-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
#include "gui/widgets/tabs/langtab.h"
69
69
 
70
70
#include "utils/gettext.h"
 
71
#include "utils/timer.h"
71
72
 
72
73
#include "debug.h"
73
74
 
214
215
Being::~Being()
215
216
{
216
217
    config.removeListener("visiblenames", this);
 
218
    CHECKLISTENERS
217
219
 
218
220
    delete [] mSpriteRemap;
219
221
    mSpriteRemap = nullptr;