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/auto/autoderrick.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/object/auto/autoderrick.cpp') diff --git a/src/object/auto/autoderrick.cpp b/src/object/auto/autoderrick.cpp index 8350da8..a7d0b5e 100644 --- a/src/object/auto/autoderrick.cpp +++ b/src/object/auto/autoderrick.cpp @@ -43,8 +43,8 @@ -#define DERRICK_DELAY 10.0f // duration of the extraction -#define DERRICK_DELAYu 30.0f // same, but for uranium +const float DERRICK_DELAY = 10.0f; // duration of the extraction +const float DERRICK_DELAYu = 30.0f; // same, but for uranium -- cgit v1.2.3-1-g7c22