fix vector arrays.

try to fix some misc issues.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4872 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2015-05-16 08:02:05 +00:00
parent 31506617f0
commit 03919e0dd4
17 changed files with 199 additions and 155 deletions

View file

@ -2512,9 +2512,9 @@ qbool HUD_Editor_MouseEvent(float x, float y)
void HUD_Editor_Key(int key, int unichar, qbool down)
{
static int planmode = 1;
#ifdef HAXX
int togglekeys[2];
#ifdef HAXX
EZ_tree_KeyEvent(&help_control_tree, key, unichar, down);
M_FindKeysForCommand("toggleconsole", togglekeys);