From de9ee1b9754af9d954487121947352f32d7ebb7e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 15 Mar 2014 14:00:55 -0700 Subject: Remove unused fields to shrink character struct --- src/char/int_storage.cpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/char/int_storage.cpp') diff --git a/src/char/int_storage.cpp b/src/char/int_storage.cpp index cdc6e05..91151ec 100644 --- a/src/char/int_storage.cpp +++ b/src/char/int_storage.cpp @@ -46,13 +46,14 @@ AString storage_tostr(struct storage *p) p->storage_[i].nameid, p->storage_[i].amount, p->storage_[i].equip, - p->storage_[i].identify, - p->storage_[i].refine, - p->storage_[i].attribute, - p->storage_[i].card[0], - p->storage_[i].card[1], - p->storage_[i].card[2], - p->storage_[i].card[3]); + 0 /*identify*/, + 0 /*refine*/, + 0 /*attribute*/, + 0 /*card[0]*/, + 0 /*card[1]*/, + 0 /*card[2]*/, + 0 /*card[3]*/); + // shouldn't that include 'broken' also? Oh, well ... f++; } -- cgit v1.2.3-60-g2f50