Skip to content

Commit

Permalink
FIX: crash during city street building
Browse files Browse the repository at this point in the history
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@7280 8aca7d54-2c30-db11-9de9-000461428c89
  • Loading branch information
kierongreen committed Aug 4, 2014
1 parent c5c6b7d commit 3e7e3ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simcity.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2805,6 +2805,8 @@ bool stadt_t::baue_strasse(const koord k, spieler_t* sp, bool forced)
else {
return false;
}
// new ground here
bd = welt->lookup_kartenboden(k);
}

// initially allow all possible directions ...
Expand Down

0 comments on commit 3e7e3ea

Please sign in to comment.