summaryrefslogtreecommitdiffstats
path: root/src/render/Clouds.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-04-17 06:04:58 +0200
committerGitHub <noreply@github.com>2020-04-17 06:04:58 +0200
commitde18bdc5d96cef011570b1517823a3bad1411fad (patch)
treed0d282606cc5f3148a927c7e59267bbac321161f /src/render/Clouds.h
parentMerge pull request #455 from erorcun/erorcun (diff)
parentPed fixes and ref removal (diff)
downloadre3-de18bdc5d96cef011570b1517823a3bad1411fad.tar
re3-de18bdc5d96cef011570b1517823a3bad1411fad.tar.gz
re3-de18bdc5d96cef011570b1517823a3bad1411fad.tar.bz2
re3-de18bdc5d96cef011570b1517823a3bad1411fad.tar.lz
re3-de18bdc5d96cef011570b1517823a3bad1411fad.tar.xz
re3-de18bdc5d96cef011570b1517823a3bad1411fad.tar.zst
re3-de18bdc5d96cef011570b1517823a3bad1411fad.zip
Diffstat (limited to 'src/render/Clouds.h')
-rw-r--r--src/render/Clouds.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/render/Clouds.h b/src/render/Clouds.h
index c8000569..4d8cd2c8 100644
--- a/src/render/Clouds.h
+++ b/src/render/Clouds.h
@@ -3,13 +3,13 @@
class CClouds
{
public:
- static float &CloudRotation;
- static uint32 &IndividualRotation;
+ static float CloudRotation;
+ static uint32 IndividualRotation;
- static float &ms_cameraRoll;
- static float &ms_horizonZ;
- static CRGBA &ms_colourTop;
- static CRGBA &ms_colourBottom;
+ static float ms_cameraRoll;
+ static float ms_horizonZ;
+ static CRGBA ms_colourTop;
+ static CRGBA ms_colourBottom;
static void Init(void);
static void Shutdown(void);