summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rwxr-xr-xglobals.cginc6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 6974ee0..241bb92 100755
--- a/globals.cginc
+++ b/globals.cginc
@@ -183,6 +183,12 @@ float _Center_Offset_Factor;
float _Logical_Time;
#endif // _LOGICAL_TIME
+#if defined(_CUSTOM31_WORLD)
+#if defined(_CUSTOM31_WORLD_HEXAGONS)
+float _Custom31_World_Hexagons_Scale;
+#endif // _CUSTOM31_WORLD_HEXAGONS
+#endif // _CUSTOM31_WORLD
+
float getTime() {
#if defined(_LOGICAL_TIME)
return _Logical_Time;