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/ui/button.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/button.cpp') diff --git a/src/ui/button.cpp b/src/ui/button.cpp index 697122c..701971c 100644 --- a/src/ui/button.cpp +++ b/src/ui/button.cpp @@ -33,8 +33,8 @@ -#define DELAY1 0.4f -#define DELAY2 0.1f +const float DELAY1 = 0.4f; +const float DELAY2 = 0.1f; -- cgit v1.2.3-1-g7c22