From 8593fff48b78df7067f90ed57596855e32b91f54 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 29 Aug 2021 19:36:44 +0300 Subject: fix PS2 script --- src/control/Script5.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/control/Script5.cpp') diff --git a/src/control/Script5.cpp b/src/control/Script5.cpp index 76aa2442..837e3582 100644 --- a/src/control/Script5.cpp +++ b/src/control/Script5.cpp @@ -582,6 +582,7 @@ void CRunningScript::LocateCharCarCommand(int32 command, uint32* pIp) } } +#if GTA_VERSION > GTA3_PS2_160 void CRunningScript::LocateCharObjectCommand(int32 command, uint32* pIp) { bool b3D, result, debug; @@ -659,6 +660,7 @@ void CRunningScript::LocateCharObjectCommand(int32 command, uint32* pIp) CTheScripts::DrawDebugSquare(X - dX, Y - dY, X + dX, Y + dY); } } +#endif void CRunningScript::LocateCarCommand(int32 command, uint32* pIp) { -- cgit v1.2.3