style & cosmetic fixes

This commit is contained in:
Fire-Head
2020-03-29 16:35:50 +03:00
parent d53c151ffc
commit 7b95dcc219
2 changed files with 1 additions and 9 deletions

View File

@ -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();