summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-01 15:03:23 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-01 15:04:02 +0200
commit30c5c419aedd0e5aae92be6e0eee83f0b6690c6e (patch)
treef0e37219c6bfd88e6fab44fbfc6319bab650eeb8 /src/common.hpp
parent020e91ca69f35329eae518f3fe92afba2e117d06 (diff)
Add the replicator (not finished).
Placeholder sounds from Tremulous, as usual.
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 5d68f06..c2c8414 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -246,7 +246,7 @@ namespace game {
class state_t {
void group_say(std::string text);
- void select_unit(unit_t *unit, int type);
+ bool select_unit(unit_t *unit, int type);
public:
world::world_t world;
@@ -274,7 +274,6 @@ namespace game {
void select(rectf_t rect, int type);
bool populate_pie_menu(std::vector<interface::pie_item_t> &items);
void command(v2f_t x, int number);
- void spawn_soldier(v2f_t x);
};
}