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

« back to all changes in this revision

Viewing changes to src/resources/mapreader.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-12-02 13:52:14 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20131202135214-75nrorshqrxju2av
Tags: 1.3.11.24-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
900
900
                }
901
901
 
902
902
                // create animation
903
 
                if (!set)
 
903
                if (!set || !config.getBoolValue("playMapAnimations"))
904
904
                    continue;
905
905
 
906
906
                Animation *ani = new Animation;