From 91d3a0352088611d3b78d3344b7a2bf2d4955a0a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 6 May 2008 21:07:11 +0000 Subject: client-side frame interpolation: frames and timers --- src/game/game.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game') 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; -- cgit v1.2.3