summaryrefslogtreecommitdiffstats
path: root/src/render/WeaponEffects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/WeaponEffects.cpp')
-rw-r--r--src/render/WeaponEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/WeaponEffects.cpp b/src/render/WeaponEffects.cpp
index cbab25a5..2ed9e662 100644
--- a/src/render/WeaponEffects.cpp
+++ b/src/render/WeaponEffects.cpp
@@ -36,7 +36,7 @@ CWeaponEffects::Init(void)
int32 slot = CTxdStore::FindTxdSlot("particle");
CTxdStore::SetCurrentTxd(slot);
- gpCrossHairTex = RwTextureRead("crosshair", NULL);
+ gpCrossHairTex = RwTextureRead("crosshair", nil);
gpCrossHairRaster = RwTextureGetRaster(gpCrossHairTex);
CTxdStore::PopCurrentTxd();