summaryrefslogtreecommitdiff
path: root/src/engine/lightmap.h
diff options
context:
space:
mode:
authorxolatile2025-08-05 01:05:35 +0200
committerxolatile2025-08-05 01:05:35 +0200
commit6762e292d02e37a69a807e01493d4e14319cca33 (patch)
tree6be0e9914ababfe279644172f6eee9c2d0de9ef5 /src/engine/lightmap.h
parentd309df4ce4d8ad0ed995a8e1c4267412a7782021 (diff)
downloadxolatile-badassbug-6762e292d02e37a69a807e01493d4e14319cca33.tar.xz
xolatile-badassbug-6762e292d02e37a69a807e01493d4e14319cca33.tar.zst
Do not compile, deleting stuff...
Diffstat (limited to 'src/engine/lightmap.h')
-rw-r--r--src/engine/lightmap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/engine/lightmap.h b/src/engine/lightmap.h
index 2c09d0d..2adf0c5 100644
--- a/src/engine/lightmap.h
+++ b/src/engine/lightmap.h
@@ -84,9 +84,7 @@ struct LightMapTexture
extern vector<LightMapTexture> lightmaptexs;
-extern bvec ambientcolor, skylightcolor, sunlightcolor;
-extern float sunlightscale;
-extern vec sunlightdir;
+extern bvec ambientcolor;
extern void clearlights();
extern void initlights();