~chuckw20/widelands/New_atlantean_carrier_animations

« back to all changes in this revision

Viewing changes to src/logic/immovable.cc

  • Committer: Nicolai Hähnle
  • Date: 2010-05-09 11:21:24 UTC
  • mfrom: (5141.1.7 bob-saving)
  • Revision ID: prefect_@gmx.net-20100509112124-14ap938z6yuqy38j
Merge branch bob-saving

All classes derived from Bob now use the new save system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
504
504
 
505
505
void Immovable::Loader::load(FileRead & fr, uint8_t const version)
506
506
{
507
 
        BaseImmovable::Loader::load(fr, version);
 
507
        BaseImmovable::Loader::load(fr);
508
508
 
509
509
        Immovable & imm = ref_cast<Immovable, Map_Object>(*get_object());
510
510