Skip to content

Commit

Permalink
Fixed the definition of AdjustForZ().
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBx committed Jan 7, 2015
1 parent 7381103 commit 75a0f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TacticalClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -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); }
Expand Down

0 comments on commit 75a0f8a

Please sign in to comment.