Don't enable hud if editor is enabled

This commit is contained in:
MegaMech
2025-03-20 19:03:25 -06:00
parent 80c232a26f
commit 4f0014bfd3
+3 -1
View File
@@ -1659,7 +1659,9 @@ void func_8005A99C(void) {
if (gPlayerCountSelection1 == 3) {
D_801657E8 = true;
}
gIsHUDVisible = (s32) 1;
if (CVarGetInteger("gEditorEnabled", 0) == false) {
gIsHUDVisible = (s32) 1;
}
D_8018D170 = (s32) 1;
D_8018D190 = (s32) 1;
D_8018D204 = 0;