- update shadow_67gp preview
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7554 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: f15582b890a5c095329b15f3e090757d2eaebe72 Former-commit-id: d3339f35cac7fb0899217ae9623dc29b7cf0a96d
This commit is contained in:
parent
ae7852462d
commit
ea4e2d99b9
1 changed files with 3 additions and 0 deletions
|
@ -2441,7 +2441,10 @@ void Driver::launchControlFullThrottle( tCarElt* car, tSituation* s )
|
||||||
void Driver::Drive( int index, tCarElt* car, tSituation* s )
|
void Driver::Drive( int index, tCarElt* car, tSituation* s )
|
||||||
{
|
{
|
||||||
if (strcmp(m_trackName, "garage") == 0)
|
if (strcmp(m_trackName, "garage") == 0)
|
||||||
|
{
|
||||||
m_garage = true;
|
m_garage = true;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
m_cm[PATH_NORMAL].update( car, s );
|
m_cm[PATH_NORMAL].update( car, s );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue