From b0cb2054fae07a688174d6b78fd310c986233de3 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Mon, 18 Dec 2017 19:55:43 +0000 Subject: Drastically reduce the number of awake entities. --- src/common.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.hpp') diff --git a/src/common.hpp b/src/common.hpp index f136487..3131b69 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -213,6 +213,7 @@ namespace game { class state_t { protected: friend entity_t; + friend interface::state_t; std::unordered_set awake_entities; std::unordered_set selected_units; -- cgit