New registers for impulse, think, and touch.

Fixed DispatchKeyValue related natives and forwards.
This commit is contained in:
David Anderson
2004-06-25 22:51:18 +00:00
parent 932dec9dee
commit 9c59ece7a4
5 changed files with 1627 additions and 20 deletions

View File

@@ -127,6 +127,10 @@ void ServerDeactivate()
msgBlocks[i] = 0;
}
Touches.clear();
Impulses.clear();
Thinks.clear();
RETURN_META(MRES_IGNORED);
}