Fix typo.

This commit is contained in:
Stefan Bühler 2008-07-12 02:31:36 +02:00
parent 7e8a77b966
commit 9897ce5e22
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ struct map {
float dx, dy;
timestamp limit;
float min_sensor, max_sensor;
float max_speed, max_turn, max_turn_hard;
float max_speed, max_turn, max_hard_turn;
GArray *solid_objects;
};