stop simplix drivers from hitting wall

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7044 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2bdf2e008244fdd6ea6db0bacbc2d85422269611
Former-commit-id: 0662208ed82d7b4257684b038d176cd75bb69504
This commit is contained in:
iobyte 2020-05-15 19:09:09 +00:00
parent 780c37036d
commit e44c0a04d2

View file

@ -636,7 +636,7 @@ void TTrackDescription::InitTrack
else
{
// Wall of some sort
// WCurb = (PSide->style >= TR_WALL) ? -1.0 : 0.0;
ExtraW = (PSide->style == TR_WALL) ? -1.0 : 0.0;
Done = true;
}