From 89c0bc88bd4ebdc44dfb99235609c90e968af533 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 15 Nov 2009 14:20:13 +0000 Subject: added core::Info id, changed network info message, updated entity network message to include the info id --- src/game/intro/convoy.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/intro/convoy.cc') diff --git a/src/game/intro/convoy.cc b/src/game/intro/convoy.cc index 4a21071..413e377 100644 --- a/src/game/intro/convoy.cc +++ b/src/game/intro/convoy.cc @@ -14,8 +14,8 @@ namespace intro Member::Member(std::string const &model) : core::EntityControlable(0, 1) { - set_name("Convoy member"); - set_label(model); + set_name("Convoy ship"); + set_label("ship"); set_modelname(model); -- cgit v1.2.3