diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-09-17 22:43:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 22:43:43 +0200 |
commit | 5d98e12b85565d84b980bcc2ea73fd449691c943 (patch) | |
tree | e6b421513dfac9908ae727290ab7ec947842cdf3 /src/core/World.h | |
parent | Merge pull request #208 from Nick007J/master (diff) | |
parent | Peds, a fix and a tad of VC (diff) | |
download | re3-5d98e12b85565d84b980bcc2ea73fd449691c943.tar re3-5d98e12b85565d84b980bcc2ea73fd449691c943.tar.gz re3-5d98e12b85565d84b980bcc2ea73fd449691c943.tar.bz2 re3-5d98e12b85565d84b980bcc2ea73fd449691c943.tar.lz re3-5d98e12b85565d84b980bcc2ea73fd449691c943.tar.xz re3-5d98e12b85565d84b980bcc2ea73fd449691c943.tar.zst re3-5d98e12b85565d84b980bcc2ea73fd449691c943.zip |
Diffstat (limited to 'src/core/World.h')
-rw-r--r-- | src/core/World.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/World.h b/src/core/World.h index b24e66f0..523585e7 100644 --- a/src/core/World.h +++ b/src/core/World.h @@ -56,9 +56,10 @@ class CWorld static CPtrList &ms_listMovingEntityPtrs; static CSector (*ms_aSectors)[NUMSECTORS_X]; // [NUMSECTORS_Y][NUMSECTORS_X]; static uint16 &ms_nCurrentScanCode; - static CColPoint &ms_testSpherePoint; public: + static CColPoint& ms_testSpherePoint; + static uint8 &PlayerInFocus; static CPlayerInfo *Players; static CEntity *&pIgnoreEntity; |