summaryrefslogtreecommitdiffstats
path: root/src/weapons/WeaponEffects.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-11-30 18:27:46 +0100
committerGitHub <noreply@github.com>2020-11-30 18:27:46 +0100
commit356a32eb0954f8f924a4817c7b67d79f80611718 (patch)
treef3d376094b50e4cdbfe4b65afef37aab1ccde9a6 /src/weapons/WeaponEffects.cpp
parentadd debug script hotkey (diff)
parentGTA_VERSION define and some config.h cleanup (diff)
downloadre3-356a32eb0954f8f924a4817c7b67d79f80611718.tar
re3-356a32eb0954f8f924a4817c7b67d79f80611718.tar.gz
re3-356a32eb0954f8f924a4817c7b67d79f80611718.tar.bz2
re3-356a32eb0954f8f924a4817c7b67d79f80611718.tar.lz
re3-356a32eb0954f8f924a4817c7b67d79f80611718.tar.xz
re3-356a32eb0954f8f924a4817c7b67d79f80611718.tar.zst
re3-356a32eb0954f8f924a4817c7b67d79f80611718.zip
Diffstat (limited to 'src/weapons/WeaponEffects.cpp')
-rw-r--r--src/weapons/WeaponEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/WeaponEffects.cpp b/src/weapons/WeaponEffects.cpp
index 46195d2c..214ae9c7 100644
--- a/src/weapons/WeaponEffects.cpp
+++ b/src/weapons/WeaponEffects.cpp
@@ -46,7 +46,7 @@ void
CWeaponEffects::Shutdown(void)
{
RwTextureDestroy(gpCrossHairTex);
-#ifdef GTA3_1_1_PATCH
+#if GTA_VERSION >= GTA3_PC_11
gpCrossHairTex = nil;
#endif
}