mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
change sunset in save editor so dampe is out
This commit is contained in:
parent
8615418630
commit
e5b59742ae
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ void DrawInfoTab() {
|
|||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Sunset")) {
|
||||
gSaveContext.dayTime = 0xC000;
|
||||
gSaveContext.dayTime = 0xC001;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Midnight")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue