mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 15:00:39 +00:00
VC CParticle done
This commit is contained in:
parent
ae8a377f26
commit
6a32981ba5
15 changed files with 1147 additions and 500 deletions
|
@ -36,7 +36,7 @@ CWeaponEffects::Init(void)
|
|||
int32 slot = CTxdStore::FindTxdSlot("particle");
|
||||
CTxdStore::SetCurrentTxd(slot);
|
||||
|
||||
gpCrossHairTex = RwTextureRead("crosshair", nil);
|
||||
gpCrossHairTex = RwTextureRead("target256", "target256m");
|
||||
gpCrossHairRaster = RwTextureGetRaster(gpCrossHairTex);
|
||||
|
||||
CTxdStore::PopCurrentTxd();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue