diff options
Diffstat (limited to 'src/game/game.cc')
-rw-r--r-- | src/game/game.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game.cc b/src/game/game.cc index 31b99c2..3bdcb8e 100644 --- a/src/game/game.cc +++ b/src/game/game.cc @@ -190,6 +190,7 @@ void Game::init() } else if (worldini.got_section("entity")) { entity = new core::Entity(); + entity->entity_flags += core::Entity::Static; } else if (worldini.got_section()) { con_warn << worldini.name() << " unknown section '" << worldini.section() << "' at line " << worldini.line() << std::endl; |