Fix Windows (MSVC) build.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5804 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: df1d193f74613fcb123c064188008f51ad557b94 Former-commit-id: d605ac32746a7482dd6f14382921ab69f1620dcb
This commit is contained in:
parent
33e3ac9e8b
commit
18db0a167b
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ static void drive(int index, tCarElt* car, tSituation *s)
|
||||||
static int pitcmd(int index, tCarElt* car, tSituation *s)
|
static int pitcmd(int index, tCarElt* car, tSituation *s)
|
||||||
{
|
{
|
||||||
//return driver[index-1]->pitCommand(s);
|
//return driver[index-1]->pitCommand(s);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue