summaryrefslogtreecommitdiffstats
path: root/src/render
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/render/Lights.cpp2
-rw-r--r--src/render/Timecycle.cpp (renamed from src/Timecycle.cpp)2
-rw-r--r--src/render/Timecycle.h (renamed from src/Timecycle.h)0
-rw-r--r--src/render/Weather.cpp (renamed from src/Weather.cpp)0
-rw-r--r--src/render/Weather.h (renamed from src/Weather.h)0
5 files changed, 2 insertions, 2 deletions
diff --git a/src/render/Lights.cpp b/src/render/Lights.cpp
index 1e27ec48..cd83a898 100644
--- a/src/render/Lights.cpp
+++ b/src/render/Lights.cpp
@@ -6,7 +6,7 @@
#include "Timecycle.h"
#include "Coronas.h"
#include "Weather.h"
-#include "CullZones.h"
+#include "ZoneCull.h"
#include "Frontend.h"
RpLight *&pAmbient = *(RpLight**)0x885B6C;
diff --git a/src/Timecycle.cpp b/src/render/Timecycle.cpp
index c04295dd..af154716 100644
--- a/src/Timecycle.cpp
+++ b/src/render/Timecycle.cpp
@@ -5,7 +5,7 @@
#include "Weather.h"
#include "Camera.h"
#include "Shadows.h"
-#include "CullZones.h"
+#include "ZoneCull.h"
#include "CutsceneMgr.h"
#include "FileMgr.h"
#include "Timecycle.h"
diff --git a/src/Timecycle.h b/src/render/Timecycle.h
index 71ddedb7..71ddedb7 100644
--- a/src/Timecycle.h
+++ b/src/render/Timecycle.h
diff --git a/src/Weather.cpp b/src/render/Weather.cpp
index 460deeac..460deeac 100644
--- a/src/Weather.cpp
+++ b/src/render/Weather.cpp
diff --git a/src/Weather.h b/src/render/Weather.h
index a9c15fd9..a9c15fd9 100644
--- a/src/Weather.h
+++ b/src/render/Weather.h