Suppress Compiler Warnings - Missing Switch Elements
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6952 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 78cb205627b70c5a7e1297adbaf1f3ee38c718e4 Former-commit-id: 0829baa20f73710056669d30cb761887ebf47c6b
This commit is contained in:
parent
77e65974d5
commit
26aef6e985
1 changed files with 3 additions and 0 deletions
|
@ -222,6 +222,9 @@ void Stuck::executeReorient( const MyTrack& track, const tSituation* s, tCarElt*
|
|||
}
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
double steer = 0;
|
||||
|
|
Loading…
Reference in a new issue