From 6ecc2efaecdf70ed6a754bc089c7e0e4606df398 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 6 Apr 2008 14:32:56 +0000 Subject: more loads of changes for 0.5.0 --- src/game/client/gc_client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/gc_client.cpp') diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 005e9026..2aeb28b9 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -29,6 +29,8 @@ int64 debug_firedelay = 0; NETOBJ_PLAYER_INPUT input_data = {0}; int input_target_lock = 0; +int input_direction_left = 0; +int input_direction_right = 0; int chat_mode = CHATMODE_NONE; bool menu_active = false; -- cgit 1.4.1