Item Deletion and extra fixes (#17)

* Deleting Items

* fixes

* fixes 2

* Basic GM login

* Update ItemManager.cpp

Co-authored-by: Raymonf <raymonf@outlook.com>
This commit is contained in:
JadeShrineMaiden
2020-08-21 21:09:52 +01:00
committed by GitHub
parent 3fe1a02200
commit caaffcbe3d
7 changed files with 90 additions and 13 deletions

View File

@@ -21,6 +21,7 @@ struct Player {
int x, y, z, angle;
sItemBase Equip[AEQUIP_COUNT];
sItemBase Inven[AINVEN_COUNT];
bool IsGM;
};
#endif