Merge branch 'master' of gitosis@stbuehler.de:icfp11
This commit is contained in:
commit
4938962b76
@ -128,7 +128,7 @@ void lookahead(trial* t){
|
|||||||
current.accel = accel;
|
current.accel = accel;
|
||||||
for(turn=0; turn < 5; turn++){
|
for(turn=0; turn < 5; turn++){
|
||||||
current.turn = turn;
|
current.turn = turn;
|
||||||
if(dgl(t,&future,¤t,20) == -1) continue;
|
if(dgl(t,&future,¤t,20,10) == -1) continue;
|
||||||
/*TODO: Bewertung*/
|
/*TODO: Bewertung*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user