Fix the order of entries

Based on the build error the CI gave, I think this is the issue.
This commit is contained in:
Krutonium
2026-05-12 18:39:18 -04:00
committed by GitHub
parent 42cded342e
commit 18cbb584c6
+1 -1
View File
@@ -116,8 +116,8 @@ UserSettings g_userSettings = {
.speedrunMode {"game.speedrunMode", false},
.liveSplitEnabled {"game.liveSplitEnabled", false},
.recordingMode {"game.recordingMode", false},
.removeQuestMapMarkers {"game.removeQuestMapMarkers", false},
.showSpeedrunRTATimer {"game.showSpeedrunRTATimer", true},
.removeQuestMapMarkers {"game.removeQuestMapMarkers", false}
},
.backend = {