~shevonar/widelands/reworking-menus

« back to all changes in this revision

Viewing changes to src/logic/world.h

  • Committer: Shevonar
  • Date: 2013-01-15 23:15:22 UTC
  • mfrom: (6432.1.56 trunk)
  • Revision ID: infomh@anmaruco.de-20130115231522-782njbcagjo6olef
mergedĀ currentĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
private:
118
118
        const std::string m_name;
119
119
        const std::string m_descname;
120
 
        char  * m_picnametempl;
 
120
        std::string m_picnametempl;
121
121
        uint32_t    m_frametime;
122
122
        uint8_t   m_is;
123
123