Implement transportation framework + full S.C.A.M.P.E.R. functionality (#86)

* Add transportation registration
* Add S.C.A.M.P.E.R. functionality

Co-authored-by: dongresource <dongresource@protonmail.com>
This commit is contained in:
Gent Semaj
2020-09-13 16:26:16 -04:00
committed by GitHub
parent 29e53117e7
commit 3cfec7aab3
4 changed files with 158 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ struct Player {
int equippedNanos[3];
int activeNano; // active nano (index into Nanos)
int8_t iPCState;
int32_t iWarpLocationFlag;
int64_t aSkywayLocationFlag[2];
int x, y, z, angle;
sItemBase Equip[AEQUIP_COUNT];