From 0fceb1cf1ab9887040f08f0abf646ef318a65ae3 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 5 Aug 2008 21:37:33 +0000 Subject: added documentation --- src/game/server/gs_server.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/server/gs_server.cpp') diff --git a/src/game/server/gs_server.cpp b/src/game/server/gs_server.cpp index 5f5662d0..a4176003 100644 --- a/src/game/server/gs_server.cpp +++ b/src/game/server/gs_server.cpp @@ -724,8 +724,8 @@ void GAMECONTEXT::tick() world.core.tuning = tuning; world.tick(); - if(world.paused) // make sure that the game object always updates - controller->tick(); + //if(world.paused) // make sure that the game object always updates + controller->tick(); for(int i = 0; i < MAX_CLIENTS; i++) { @@ -737,8 +737,8 @@ void GAMECONTEXT::tick() void GAMECONTEXT::snap(int client_id) { world.snap(client_id); - events.snap(client_id); controller->snap(client_id); + events.snap(client_id); for(int i = 0; i < MAX_CLIENTS; i++) { -- cgit 1.4.1