Mark Canvas variables as transient.
This commit is contained in:
parent
098bc1613e
commit
46d7a67f3b
4 changed files with 4 additions and 4 deletions
|
|
@ -295,7 +295,7 @@ Class UTRocketLauncher : UTWeapon
|
|||
int locktics;
|
||||
bool bSingleRocket;
|
||||
|
||||
ui Canvas AmmoLed;
|
||||
transient ui Canvas AmmoLed;
|
||||
ui TextureID LedBase, LedFont;
|
||||
ui TextureID lockontex;
|
||||
|
||||
|
|
|
|||
|
|
@ -635,7 +635,7 @@ Class FlakMag : UTCasing
|
|||
|
||||
Class FlakCannon : UTWeapon
|
||||
{
|
||||
ui Canvas AmmoLed;
|
||||
transient ui Canvas AmmoLed;
|
||||
ui TextureID LedFont;
|
||||
|
||||
override void RenderOverlay( RenderEvent e )
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ Class Minigun : UTWeapon
|
|||
{
|
||||
int bcnt, tcnt;
|
||||
|
||||
ui Canvas AmmoLed;
|
||||
transient ui Canvas AmmoLed;
|
||||
ui TextureID LedBase, LedFont;
|
||||
|
||||
override void RenderOverlay( RenderEvent e )
|
||||
|
|
|
|||
|
|
@ -587,7 +587,7 @@ Class PulseGun : UTWeapon
|
|||
|
||||
Property ClipCount : clipcount;
|
||||
|
||||
ui Canvas AmmoLed;
|
||||
transient ui Canvas AmmoLed;
|
||||
ui TextureID LedFont, LedBase, CountBar;
|
||||
|
||||
int OldSkin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue