From 19b8cbb835e867febb597b34187f6bbca48cbe7b Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 22 Apr 2013 18:28:18 -0300 Subject: Hercules April 22 MEGA-ULTRA-LONG Patch~! http://hercules.ws/board/topic/470-hercules-april-22-patch/ Signed-off-by: shennetsind --- src/config/const.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config/const.h') diff --git a/src/config/const.h b/src/config/const.h index 825824c62..53f24da6f 100644 --- a/src/config/const.h +++ b/src/config/const.h @@ -53,9 +53,9 @@ /* pointer size fix which fixes several gcc warnings */ #ifdef __64BIT__ - #define __64BPRTSIZE(y) (intptr)y + #define __64BPTRSIZE(y) (intptr)y #else - #define __64BPRTSIZE(y) y + #define __64BPTRSIZE(y) y #endif /* ATCMD_FUNC(mobinfo) HIT and FLEE calculations */ -- cgit v1.2.3-70-g09d2