From 7f55873bfbcfb02a2a7a29f06c097ca8fbf11886 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 1 Aug 2005 05:14:55 +0000 Subject: [PATCH] Fixed name clash --- plugins/include/engine.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index 1824c81a..c7bf58ad 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -229,7 +229,7 @@ native set_usercmd(type,{Float,Sql,Result,_}:...); /* Converts a string offset into a real string. Some of the forwards in fakemeta uses string offsets. (FM_CreateNamedEntity) */ -native get_string(_string, _returnString[], _len); +native eng_get_string(_string, _returnString[], _len); /* FORWARDS **********/