1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-25 19:07:40 +00:00

load/save stuff is now in namespace scores

This commit is contained in:
Zeno Rogue
2020-03-27 20:05:58 +01:00
parent 63c9cc1060
commit 67f64e2d91
2 changed files with 13 additions and 6 deletions

View File

@@ -673,7 +673,7 @@ EX namespace inv {
#if CAP_SAVE
EX void applyBox(eItem it) {
applyBoxNum(usedup[it]);
scores::applyBoxNum(inv::usedup[it]);
}
#endif