count_scores -- move earlier

This commit is contained in:
Zeno Rogue
2024-06-02 17:17:34 +02:00
parent 5877690cce
commit 517f540800
2 changed files with 12 additions and 2 deletions
+3 -1
View File
@@ -979,7 +979,9 @@ void loadBox() {
boxid = 0; loading = true; applyBoxes(); loading = false;
}
const int MODECODE_BOX = 387;
#if HDR
constexpr int MODECODE_BOX = 387;
#endif
modecode_t fill_modecode() {
dynamicval<int> sp1(multi::players, save.box[197]);