File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ public class MenuController : BaseScript
3333 "mprankbadge" ,
3434 "mpcarhud" ,
3535 "mpcarhud2" ,
36+ "shared"
3637#endif
3738#if REDM
3839 "menu_textures" ,
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ public enum Icon
195195 BRAND_WESTERNMOTORCYCLE ,
196196 BRAND_WILLARD ,
197197 BRAND_ZIRCONIUM ,
198+ INFO
198199#endif
199200#if REDM
200201 LOCK ,
@@ -444,6 +445,8 @@ protected string GetSpriteDictionary(Icon icon)
444445 case Icon . BRAND_PROGEN2 :
445446 case Icon . BRAND_RUNE :
446447 return "mpcarhud2" ;
448+ case Icon . INFO :
449+ return "shared" ;
447450 default :
448451 return "commonmenu" ;
449452#endif
@@ -649,6 +652,7 @@ protected string GetSpriteName(Icon icon, bool selected)
649652 case Icon . BRAND_LCC : return "lcc" ;
650653 case Icon . BRAND_PROGEN2 : return "progen" ;
651654 case Icon . BRAND_RUNE : return "rune" ;
655+ case Icon . INFO : return "info_icon_32" ;
652656 default :
653657 break ;
654658#endif
You can’t perform that action at this time.
0 commit comments