~chuckw20/widelands/New_atlantean_carrier_animations

« back to all changes in this revision

Viewing changes to src/logic/instances.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:
465
465
 *
466
466
 * Derived functions must call ancestor's function in the appropriate place.
467
467
 */
468
 
void Map_Object::Loader::load(FileRead & fr, uint8_t)
 
468
void Map_Object::Loader::load(FileRead & fr)
469
469
{
470
470
        try {
471
471
                uint8_t const header = fr.Unsigned8();