Remove old ui_initDisplay function

This commit is contained in:
A Man
2022-05-02 12:50:57 +02:00
parent 7894c4a2be
commit 0d08f75f2d
3 changed files with 0 additions and 53 deletions

View File

@@ -12,10 +12,7 @@ if !(DZE_UI == 0) then {
3 cutRsc [_ui,"PLAIN",0];
if (Z_singleCurrency) then {16 cutRsc ["ZSC_Money_Display","PLAIN"];};
call player_updateGui;
//call ui_initDisplay; // I think this function is old and no longer necessary - JasonTM.
//hintSilent ""; // not sure why this is here.
} else {
3 cutRsc ["default","PLAIN",0];
if (Z_singleCurrency) then {16 cutRsc ["default","PLAIN"];};
//hintSilent ""; // or here.
};