summaryrefslogtreecommitdiff
path: root/src/game/unit_repl.cpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-21 18:59:42 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-21 18:59:42 +0200
commitc3a8bc36ce75984bdb5a54fbae4f77d84e4efbcc (patch)
tree1d334838c8f98e05b0c0c77a5f56ca65412a3585 /src/game/unit_repl.cpp
parent4cfe1361fff6223d11a25cefd74af7a51b7d57bd (diff)
Get rid of src/game/text.cpp.
Diffstat (limited to 'src/game/unit_repl.cpp')
-rw-r--r--src/game/unit_repl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/unit_repl.cpp b/src/game/unit_repl.cpp
index bad5ab0..57e18f8 100644
--- a/src/game/unit_repl.cpp
+++ b/src/game/unit_repl.cpp
@@ -27,7 +27,7 @@ unit_repl_t::unit_repl_t(game::state_t *game_) : unit_t(game_, UNIT_REPL)
render_layer = render::LAYER_FLAT;
cmodel.cflags = CF_SURFACE;
- name = text::get(text::UNIT_NAME_REPL);
+ name = "Replicator";
ignore_waking = false;
health = max_health = 35;