From f5905f31bdfb051aefe0cf04e0caef976027cc2b Mon Sep 17 00:00:00 2001 From: Olivier Lanneluc Date: Fri, 3 May 2013 19:03:39 +0200 Subject: digital/io-hub/src: rename Path and Path_2013 constants for clearness --- digital/io-hub/src/apbirthday/path_2013.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digital/io-hub/src/apbirthday') diff --git a/digital/io-hub/src/apbirthday/path_2013.hh b/digital/io-hub/src/apbirthday/path_2013.hh index 17392aad..4018727d 100644 --- a/digital/io-hub/src/apbirthday/path_2013.hh +++ b/digital/io-hub/src/apbirthday/path_2013.hh @@ -40,14 +40,14 @@ class Path_2013 : public Path private: /** Number of additional obstacles on the playground */ - static const int PATH_2013_OBSTACLES_NB = PATH_OBSTACLES_NB + 1/*cake*/; + static const int PATH_2013_OBSTACLES_NB = CC_OBSTACLES_NB + 1/*cake*/; /** Number of points for the cake (plus 1) */ static const int PATH_2013_CAKE_NAVPOINTS_NB = 6; /** Number of navigation points layers for the cake. */ static const int PATH_2013_CAKE_NAVPOINTS_LAYERS = 1; /** Number of additional navigation points. */ static const int PATH_2013_NAVPOINTS_NB = - PATH_NAVPOINTS_NB + PATH_2013_CAKE_NAVPOINTS_LAYERS * PATH_2013_CAKE_NAVPOINTS_NB; + CC_NAVPOINTS_NB + PATH_2013_CAKE_NAVPOINTS_LAYERS * PATH_2013_CAKE_NAVPOINTS_NB; }; #endif // path_2013_hh -- cgit v1.2.3