mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-07 02:40:30 -05:00
change sunset in save editor so dampe is out
This commit is contained in:
parent
8615418630
commit
e5b59742ae
@ -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…
Reference in New Issue
Block a user