aboutsummaryrefslogtreecommitdiff
path: root/sources/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/globals.c')
-rw-r--r--sources/globals.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/globals.c b/sources/globals.c
index 7c4f26b..712edbf 100644
--- a/sources/globals.c
+++ b/sources/globals.c
@@ -17,7 +17,6 @@ unsigned long ___tzr_min_dt = 0;
int ___tzr_should_quit = 0;
int ___tzr_mouse_x = 0;
int ___tzr_mouse_y = 0;
-const char *___tzr_command[___TZR_RES_COUNT] = {};
TZR_KeyState ___tzr_keystates[SDL_NUM_SCANCODES] = {};
TZR_KeyState ___tzr_mousestates[256] = {}; //doc says than mouse button is u8
float ___tzr_scale = 1.0;