From 75a0f8a31bd344b5deeb2c95cac601e69c85dca9 Mon Sep 17 00:00:00 2001 From: AlexB Date: Wed, 7 Jan 2015 08:51:15 +0100 Subject: [PATCH] Fixed the definition of AdjustForZ(). --- TacticalClass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TacticalClass.h b/TacticalClass.h index b45f76f0..3ebe689b 100644 --- a/TacticalClass.h +++ b/TacticalClass.h @@ -42,8 +42,8 @@ class TacticalClass : public AbstractClass { JMP_THIS(0x6D1FE0); } // convert xyz height to xy height? - static int AdjustForZ(int Height) - { JMP_THIS(0x6D20E0); } + static int __fastcall AdjustForZ(int Height) + { JMP_STD(0x6D20E0); } void FocusOn(CoordStruct* pDest, int Velocity) { JMP_THIS(0x6D2420); }