summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-11-22 23:33:04 +0100
committerneoraider <devnull@localhost>2006-11-22 23:33:04 +0100
commit671a686311e6246c6708b38e6785f3de15497309 (patch)
tree6b8c09eb6d45554ff24d6ce255852715826ad418 /init.c
parente05e8eb046b0037abf5dfa6b62b1321ec4a6e0aa (diff)
downloadlibzoom-671a686311e6246c6708b38e6785f3de15497309.tar
libzoom-671a686311e6246c6708b38e6785f3de15497309.zip
Render-Funktion optimiert; Fehler in der Beleuchtungsfunktion behoben
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};