summaryrefslogtreecommitdiff
path: root/src/game/unit_spider.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_spider.cpp
parent4cfe1361fff6223d11a25cefd74af7a51b7d57bd (diff)
Get rid of src/game/text.cpp.
Diffstat (limited to 'src/game/unit_spider.cpp')
-rw-r--r--src/game/unit_spider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/unit_spider.cpp b/src/game/unit_spider.cpp
index 6bd7509..714a51c 100644
--- a/src/game/unit_spider.cpp
+++ b/src/game/unit_spider.cpp
@@ -28,7 +28,7 @@ unit_spider_t::unit_spider_t(game::state_t *game) : unit_t(game, UNIT_SPIDER)
cmodel.cflags = CF_BODY_SMALL;
move.cflags = CF_SOLID | CF_WATER | CF_BODY_SMALL;
- name = text::get(text::UNIT_NAME_SPIDER);
+ name = "Spider";
ignore_waking = false;