fixed this

This commit is contained in:
David Anderson
2006-06-11 21:50:19 +00:00
parent 84ec8ef007
commit 2e86f51cfe
3 changed files with 9 additions and 9 deletions

View File

@@ -35,12 +35,6 @@
#define ANGLEVECTORS_RIGHT 2
#define ANGLEVECTORS_UP 3
inline cell FloatToCell(float input)
{
double output = input;
return *(cell *)&output;
}
static cell AMX_NATIVE_CALL get_distance(AMX *amx, cell *params)
{
cell *cpVec1 = get_amxaddr(amx, params[1]);