housekeeping

This commit is contained in:
scawful
2022-12-30 16:41:29 -06:00
parent 0a83dd3e13
commit 7060e39ff1
3 changed files with 10 additions and 9 deletions

View File

@@ -8,6 +8,7 @@
namespace yaze {
namespace app {
namespace zelda3 {
void Inventory::Create() {
data_.reserve(256 * 256);
for (int i = 0; i < 256 * 256; i++) {