diff options
Diffstat (limited to 'src/game/client/gc_client.cpp')
| -rw-r--r-- | src/game/client/gc_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 7032637f..d891ec84 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -25,7 +25,7 @@ extern "C" { #include "gc_console.h" struct data_container *data = 0; -static int64 debug_firedelay = 0; +int64 debug_firedelay = 0; player_input input_data = {0}; int input_target_lock = 0; |