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

« back to all changes in this revision

Viewing changes to src/gui/beingpopup.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-07-11 10:09:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130711100941-f0rwuvcwgl8ulqo8
Tags: 1.3.7.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
    position(x, y);
203
203
    return;
204
204
}
 
205
 
 
206
#ifdef USE_PROFILER
 
207
void BeingPopup::logic()
 
208
{
 
209
    logicChildren();
 
210
}
 
211
#endif