From 18db0a167b6a18d1f40b39207e4fa0100d19d78f Mon Sep 17 00:00:00 2001 From: beaglejoe Date: Thu, 31 Jul 2014 03:03:44 +0000 Subject: [PATCH] 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 --- src/drivers/replay/replay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/replay/replay.cpp b/src/drivers/replay/replay.cpp index cbbc164b9..766686672 100644 --- a/src/drivers/replay/replay.cpp +++ b/src/drivers/replay/replay.cpp @@ -119,6 +119,7 @@ static void drive(int index, tCarElt* car, tSituation *s) static int pitcmd(int index, tCarElt* car, tSituation *s) { //return driver[index-1]->pitCommand(s); + return 0; }