diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-01 13:58:14 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-01 13:58:14 +0000 |
commit | 903653b66156b8465f905d4d73d17b844baca6f6 (patch) | |
tree | 5c1bd9bcdc5fece47e8407cd8b0158c187fb20cc /games-fps/doomsday/files | |
parent | made slang use $(get_libdir) for cleanly installing to lib64/lib32 (Manifest ... (diff) | |
download | gentoo-2-903653b66156b8465f905d4d73d17b844baca6f6.tar.gz gentoo-2-903653b66156b8465f905d4d73d17b844baca6f6.tar.bz2 gentoo-2-903653b66156b8465f905d4d73d17b844baca6f6.zip |
Reverting patch. See bug #61072 for more details.
Diffstat (limited to 'games-fps/doomsday/files')
-rw-r--r-- | games-fps/doomsday/files/1.8.1-ambient-light.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/games-fps/doomsday/files/1.8.1-ambient-light.patch b/games-fps/doomsday/files/1.8.1-ambient-light.patch deleted file mode 100644 index 01b6c45ef224..000000000000 --- a/games-fps/doomsday/files/1.8.1-ambient-light.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- deng-1.8.1/Src/r_world.c.orig 2004-06-28 00:26:38.000000000 +0530 -+++ deng-1.8.1/Src/r_world.c 2004-08-21 01:21:25.000000000 +0530 -@@ -1447,13 +1447,13 @@ - if(mapinfo) - { - mapgravity = mapinfo->gravity * FRACUNIT; -- r_ambient = mapinfo->ambient * 255; -+ if (r_ambient<200) { r_ambient = 200; } - } - else - { - // No map info found, set some basic stuff. - mapgravity = FRACUNIT; -- r_ambient = 0; -+ if (r_ambient<200) { r_ambient = 200; } - } - - // Invalidate old cmds. |