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

« back to all changes in this revision

Viewing changes to old_blockmanager.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:
174
174
                }
175
175
 
176
176
                // now we should have a pair of signals ... or something was very wrong
177
 
                grund_t *new_signal_gr=NULL;
178
 
                uint8 type = roadsign_besch_t::SIGN_SIGNAL;
179
 
                ribi_t::ribi dir=0;
 
177
                grund_t*                new_signal_gr = 0;
 
178
                roadsign_besch_t::types type          = roadsign_besch_t::SIGN_SIGNAL;
 
179
                ribi_t::ribi dir                      = 0;
180
180
 
181
181
                // now find out about type and direction
182
182
                if(os2  &&  !os2->ist_blockiert()) {