From 6ba72121ad547a5bacaa2c89215ca6f48653f46a Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 28 Apr 2007 04:29:05 +0000 Subject: Changed abs() to ABS() svn-id: r26639 --- engines/cruise/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cruise/actor.cpp') diff --git a/engines/cruise/actor.cpp b/engines/cruise/actor.cpp index 29c818d15f..505817282f 100644 --- a/engines/cruise/actor.cpp +++ b/engines/cruise/actor.cpp @@ -717,7 +717,7 @@ int16 computePathfinding(int16 *pSolution, int16 _X, int16 _Y, int16 destX, void set_anim(int ovl, int obj, int start, int x, int y, int mat, int state) { int newf, zoom; - newf = abs(mat) - 1; + newf = ABS(mat) - 1; zoom = computeZoom(y); if (mat < 0) -- cgit v1.2.3