~ubuntu-branches/ubuntu/raring/simutrans/raring-proposed

« back to all changes in this revision

Viewing changes to besch/fabrik_besch.cc

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2011-11-03 19:59:02 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20111103195902-uopgwf488mfctb75
Tags: 111.0-1
* New upstream release.
* debian/rules: Update get-orig-source target for new upstream release.
* Use xz compression for source and binary packages.
* Use override_* targets to simplify debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        chk->input(fields);
54
54
        chk->input(pax_level);
55
55
        chk->input(electricity_producer);
 
56
        chk->input(expand_probability);
 
57
        chk->input(expand_minimum);
 
58
        chk->input(expand_range);
 
59
        chk->input(expand_times);
 
60
        chk->input(electric_boost);
 
61
        chk->input(pax_boost);
 
62
        chk->input(mail_boost);
 
63
        chk->input(electric_amount);
 
64
        chk->input(pax_demand);
 
65
        chk->input(mail_demand);
56
66
 
57
67
        for (uint8 i=0; i<lieferanten; i++) {
58
68
                const fabrik_lieferant_besch_t *supp = get_lieferant(i);