From a8665d204255b4b0ad9ae6982f77ecd5e053c1b6 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 11 Jun 2012 17:28:27 +0200 Subject: Changed #defined constants to consts; typedef struct -> struct --- src/object/robotmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/robotmain.cpp') diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp index d072f66..c3a7752 100644 --- a/src/object/robotmain.cpp +++ b/src/object/robotmain.cpp @@ -81,7 +81,7 @@ #define CBOT_STACK true // saves the stack of programs CBOT -#define UNIT 4.0f +const float UNIT = 4.0f; -- cgit v1.2.3-1-g7c22