mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-11 21:00:12 -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();
|
ImGui::SameLine();
|
||||||
if (ImGui::Button("Sunset")) {
|
if (ImGui::Button("Sunset")) {
|
||||||
gSaveContext.dayTime = 0xC000;
|
gSaveContext.dayTime = 0xC001;
|
||||||
}
|
}
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if (ImGui::Button("Midnight")) {
|
if (ImGui::Button("Midnight")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user