summaryrefslogtreecommitdiffstats
path: root/src/math/const.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-04-29 23:21:35 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-04-29 23:21:35 +0200
commit7369b10a87aed982de328fbfa242666928e021d6 (patch)
treea49761c68be613f9baf4a50dc864d1a1d3bb86c1 /src/math/const.h
parentb5b9fdb6803f5c5c70a39bd1abe65c6b651886a9 (diff)
downloadcolobot-7369b10a87aed982de328fbfa242666928e021d6.tar.gz
colobot-7369b10a87aed982de328fbfa242666928e021d6.tar.bz2
colobot-7369b10a87aed982de328fbfa242666928e021d6.zip
Structs continued
Diffstat (limited to 'src/math/const.h')
-rw-r--r--src/math/const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/const.h b/src/math/const.h
index c33f8f4..c96da44 100644
--- a/src/math/const.h
+++ b/src/math/const.h
@@ -40,5 +40,5 @@ namespace Math
//! Degrees to radians multiplier
const float DEG_TO_RAD = 0.01745329251994329547f;
//! Radians to degrees multiplier
- const FLOAT RAD_TO_DEG = 57.29577951308232286465f;
+ const float RAD_TO_DEG = 57.29577951308232286465f;
};