~widelands-dev/widelands/note_create_object2

« back to all changes in this revision

Viewing changes to src/economy/ware_instance.cc

  • Committer: GunChleoc
  • Date: 2019-03-01 09:01:34 UTC
  • Revision ID: fios@foramnagaidhlig.net-20190301090134-ebjs5hry214iaqgc
NOCOM

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
        }
195
195
}
196
196
 
197
 
bool WareInstance::init(EditorGameBase& egbase) {
198
 
        return MapObject::init(egbase);
 
197
bool WareInstance::init(ObjectManager& objects) {
 
198
        return MapObject::init(objects);
199
199
}
200
200
 
201
201
void WareInstance::cleanup(EditorGameBase& egbase) {