diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/unit_nest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/unit_nest.cpp b/src/game/unit_nest.cpp index 30db39f..163a585 100644 --- a/src/game/unit_nest.cpp +++ b/src/game/unit_nest.cpp @@ -22,8 +22,8 @@ namespace game { unit_nest_t::unit_nest_t(game::state_t *game_) : unit_t(game_, UNIT_NEST) { - size[0] = {-0.6f, +0.2f}; - size[1] = {+0.6f, +0.6f}; + size[0] = {-0.6f, -0.2f}; + size[1] = {+0.6f, +0.2f}; render_size[0] = {-0.6f, -0.6f}; render_size[1] = {+0.6f, +0.6f}; cmodel.cflags = CF_BODY; |