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/cloud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphics/common/cloud.cpp') diff --git a/src/graphics/common/cloud.cpp b/src/graphics/common/cloud.cpp index 75e44d6..1d4f6d9 100644 --- a/src/graphics/common/cloud.cpp +++ b/src/graphics/common/cloud.cpp @@ -35,7 +35,7 @@ -#define DIMEXPAND 4 // extension of the dimensions +const int DIMEXPAND = 4; // extension of the dimensions -- cgit v1.2.3-1-g7c22