diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/units.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/units.cpp b/src/game/units.cpp index 308687d..35961ef 100644 --- a/src/game/units.cpp +++ b/src/game/units.cpp @@ -527,7 +527,7 @@ unit_spider_t::unit_spider_t(game::state_t *game) : unit_t(game, UNIT_SPIDER) render_size[0] = v2f_t(-0.3f, -0.3f); render_size[1] = v2f_t(+0.3f, +0.3f); cmodel.cflags = CF_BODY_SMALL; - move.cflags = CF_SOLID | CF_WATER; + move.cflags = CF_SOLID | CF_WATER | CF_BODY_SMALL; name = text::get(text::UNIT_NAME_SPIDER); |