Tweaks and fixes to Weapon Wheel.

This commit is contained in:
Mari the Deer 2023-10-03 17:37:33 +02:00
commit 69b49bb1f3
3 changed files with 16 additions and 10 deletions

View file

@ -6,7 +6,7 @@ extend Class SWWMHandler
// for the compact hud
transient int WeaponFlash[10];
// weapon selector
transient ui SWWMWeaponSelect wsel;
ui SWWMWeaponSelect wsel;
override void ConsoleProcess( ConsoleEvent e )
{