summaryrefslogtreecommitdiff
path: root/src/game/bg_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r--src/game/bg_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index a9ae715..b96c8a9 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -4367,7 +4367,7 @@ const cuboidAttributes_t BG_CuboidTypes [] =
qfalse, // qboolean zappable
qfalse, // qboolean repairable
qfalse, // qboolean detectable
- qfalse, // qboolean needpower
+ qtrue, // qboolean needpower
SURF_FLESH // int surfaceFlags
},
{
@@ -4391,7 +4391,7 @@ const cuboidAttributes_t BG_CuboidTypes [] =
qfalse, // qboolean zappable
qfalse, // qboolean repairable
qfalse, // qboolean detectable
- qfalse, // qboolean needpower
+ qtrue, // qboolean needpower
SURF_SLICK // int surfaceFlags
}
};