~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/logic/map_objects/tribes/building.cc

  • Committer: The Widelands Bunnybot
  • Date: 2020-10-18 05:24:54 UTC
  • Revision ID: bunnybot@widelands.org-20201018052454-rm67qrulpbynp0l5
Fix simple cppcheck issues (#4355)

(by gunchleoc)
870c1e137dd3dd6a61306a16e894f8aa54f20b2f

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
        return caps;
439
439
}
440
440
 
441
 
void Building::start_animation(EditorGameBase& egbase, uint32_t const anim) {
 
441
void Building::start_animation(const EditorGameBase& egbase, uint32_t const anim) {
442
442
        anim_ = anim;
443
443
        animstart_ = egbase.get_gametime();
444
444
}