From c3a8bc36ce75984bdb5a54fbae4f77d84e4efbcc Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 21 Apr 2018 18:59:42 +0200 Subject: Get rid of src/game/text.cpp. --- src/game/unit_nest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/unit_nest.cpp') diff --git a/src/game/unit_nest.cpp b/src/game/unit_nest.cpp index fe4a077..8e22a35 100644 --- a/src/game/unit_nest.cpp +++ b/src/game/unit_nest.cpp @@ -29,7 +29,7 @@ unit_nest_t::unit_nest_t(game::state_t *game_) : unit_t(game_, UNIT_NEST) render_layer = render::LAYER_NORMAL; cmodel.cflags = CF_BODY; - name = text::get(text::UNIT_NAME_NEST); + name = "Nest"; ignore_waking = false; -- cgit