mirror of
https://github.com/zeldaret/ph
synced 2026-07-11 06:34:51 -04:00
Decomp progress 30%
Change gPlayerPos from Vec3p* to Vec3p (thx lago)
This commit is contained in:
@@ -62,6 +62,6 @@ public:
|
||||
};
|
||||
|
||||
extern PlayerBase *gPlayer;
|
||||
extern Vec3p *gPlayerPos;
|
||||
extern Vec3p gPlayerPos;
|
||||
extern Vec3p gPlayerVel;
|
||||
extern s16 gPlayerAngle;
|
||||
|
||||
Reference in New Issue
Block a user