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

« back to all changes in this revision

Viewing changes to src/simpleanimation.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
    if (!imagePath.empty() && !dyePalettes.empty())
156
156
        Dye::instantiate(imagePath, dyePalettes);
157
157
 
158
 
    ImageSet *const imageset = ResourceManager::getInstance()->getImageSet(
159
 
        XML::getProperty(animationNode, "imageset", ""),
 
158
    const ImageSet *const imageset = ResourceManager::getInstance()
 
159
        ->getImageSet(XML::getProperty(animationNode, "imageset", ""),
160
160
        XML::getProperty(animationNode, "width", 0),
161
161
        XML::getProperty(animationNode, "height", 0));
162
162