From a86cb11fd7cd608bd4956c65ddc7ff4686cfc332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Sat, 13 Nov 2004 08:47:12 +0000 Subject: [PATCH] Umm... --- plugins/include/fakemeta_stocks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/fakemeta_stocks.inc b/plugins/include/fakemeta_stocks.inc index 5e0fbc6e..e507c519 100755 --- a/plugins/include/fakemeta_stocks.inc +++ b/plugins/include/fakemeta_stocks.inc @@ -31,7 +31,7 @@ stock EF_SetSize(const STRING[]) stock EF_ChangeLevel(const S1[], const S2[]) return engfunc(EngFunc_ChangeLevel, S1, S2) stock EF_VecToYaw(const Float:VECTOR[3], &Float:returnValue) - return engfunc(EngFunc_VecToYaw, VECTOR) + return engfunc(EngFunc_VecToYaw, VECTOR, returnValue) stock EF_VecToAngles(const Float:VECTORIN[3], const Float:VECTOROUT[3]) return engfunc(EngFunc_VecToAngles, VECTORIN, VECTOROUT) stock EF_MoveToOrigin(const ENTITY, const Float:GOAL[3], const Float:DISTANCE, const MOVETYPE)