fixed compilation

This commit is contained in:
Johannes Reinhardt 2008-07-13 21:57:27 +02:00
parent 3fb87526a8
commit 3923d5f400
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ void lookahead(trial* t){
current.accel = accel;
for(turn=0; turn < 5; turn++){
current.turn = turn;
if(dgl(t,&future,&current,20) == -1) continue;
if(dgl(t,&future,&current,20,10) == -1) continue;
/*TODO: Bewertung*/
}
}