mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-09 18:23:00 +00:00
count_scores -- move earlier
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user