diff options
Diffstat (limited to 'src/control/Script5.cpp')
-rw-r--r-- | src/control/Script5.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |