NEVERMIND I FIXED IT.

This commit is contained in:
Marisa the Magician 2021-01-24 16:45:05 +01:00
commit 982bd42f60
6 changed files with 93 additions and 34 deletions

View file

@ -87,7 +87,7 @@ Class Minigun : UTWeapon
}
if ( !Owner || !Owner.player || (Owner != players[consoleplayer].Camera) ) return;
ammoled.mygun = self;
//TexMan.SetCameraToTexture(ammoled,"MiniALed",90);
TexMan.SetCameraToTexture(ammoled,"MiniALed",90);
}
action void A_FireBullet( bool alt = false )