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

« back to all changes in this revision

Viewing changes to src/gamemodifiers.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2015-02-05 10:52:57 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20150205105257-q53e3m1s2wwawu8a
Tags: 1.5.1.31-1
* New upstream release.
* Fix some wildcard-matches-nothing-in-dep5-copyright warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "gamemodifiers.h"
22
22
 
23
23
#include "configuration.h"
 
24
#include "game.h"
24
25
#include "settings.h"
25
26
#include "soundmanager.h"
26
27
 
408
409
    localPlayer->setAfkTime(0);
409
410
    localPlayer->setHalfAway(false);
410
411
    localPlayer->updateName();
 
412
    Game::instance()->updateFrameRate(0);
411
413
    UpdateStatusListener::distributeEvent();
412
414
    if (settings.awayMode)
413
415
    {