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/graphics/common/particule.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/graphics/common/particule.cpp') diff --git a/src/graphics/common/particule.cpp b/src/graphics/common/particule.cpp index d84ca22..edf9c3d 100644 --- a/src/graphics/common/particule.cpp +++ b/src/graphics/common/particule.cpp @@ -43,8 +43,8 @@ -#define FOG_HSUP 10.0f -#define FOG_HINF 100.0f +const float FOG_HSUP = 10.0f; +const float FOG_HINF = 100.0f; -- cgit v1.2.3-1-g7c22