summaryrefslogtreecommitdiff
path: root/src/engine/world.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/world.cpp')
-rw-r--r--src/engine/world.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/engine/world.cpp b/src/engine/world.cpp
index af998c3..322b130 100644
--- a/src/engine/world.cpp
+++ b/src/engine/world.cpp
@@ -653,13 +653,8 @@ void renderentradius(extentity &e, bool color)
renderentsphere(e, e.attr2);
break;
- case ET_ENVMAP:
- {
- extern int envmapradius;
- if(color) gle::colorf(0, 1, 1);
- renderentsphere(e, e.attr1 ? max(0, min(10000, int(e.attr1))) : envmapradius);
+ case ET_NOENVMAP:
break;
- }
case ET_MAPMODEL:
case ET_PLAYERSTART:
@@ -1222,7 +1217,6 @@ void resetmap()
{
clearoverrides();
clearmapsounds();
- cleanreflections();
resetblendmap();
resetlightmaps();
clearslots();