summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.c b/init.c
index defc60e..b799e77 100644
--- a/init.c
+++ b/init.c
@@ -15,7 +15,7 @@ GLuint lightmap;
extern TEXLIST *texlist;
int InitGame() {
- LIGHT light = {LIGHT_POINT, {30.0, 30.0, 30.0}, {0.0, 0.0, 0.0}};
+ LIGHT light = {LIGHT_POINT, {15.0, 15.0, 15.0}, {0.0, 0.0, 0.0}};
COLOR ambient = {0.1, 0.1, 0.1};