add: function for the "Unlock Doors" button

This commit is contained in:
jadis0x
2022-12-11 14:02:27 +03:00
committed by GitHub
parent d691a8defd
commit 01bce17ee4

View File

@@ -326,7 +326,7 @@ void DrawMiscTab() {
}
if (ImGui::Button("Unlock Doors")) {
//Unlock Achievements
Misc::UnlockDoors();
}
if (ImGui::Button("Revive Yourself")) {