mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 20:40:33 +00:00
style & cosmetic fixes
This commit is contained in:
parent
d53c151ffc
commit
7b95dcc219
2 changed files with 1 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue