From 919a95860a57a19903dc900900477062a8be193e Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 27 May 2017 13:03:11 -0400 Subject: flag the pow() buildin as deprecated --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 364509096..b2a707bb0 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -23565,7 +23565,7 @@ void script_parse_builtin(void) { // List of mathematics commands ---> BUILDIN_DEF(log10,"i"), BUILDIN_DEF(sqrt,"i"), //[zBuffer] - BUILDIN_DEF(pow,"ii"), //[zBuffer] + BUILDIN_DEF_DEPRECATED(pow,"ii"), //[zBuffer] BUILDIN_DEF(distance,"iiii"), //[zBuffer] // <--- List of mathematics commands BUILDIN_DEF(min, "i*"), -- cgit v1.2.3-60-g2f50