From 1fe3202f0b7e2f52e50c430caa744b029fd5bcef Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 2 Feb 2008 12:38:36 +0000 Subject: cleaned up the console code. added the ability to tune the game in runtime. --- src/game/client/gc_client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gc_client.h') diff --git a/src/game/client/gc_client.h b/src/game/client/gc_client.h index def3cad8..63c74d77 100644 --- a/src/game/client/gc_client.h +++ b/src/game/client/gc_client.h @@ -25,6 +25,7 @@ extern const obj_player_character *local_prev_character; extern const obj_player_info *local_info; extern const obj_flag *flags[2]; extern const obj_game *gameobj; +extern tuning_params tuning; // predicted players extern player_core predicted_prev_player; -- cgit 1.4.1