diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2019-11-09 18:17:54 +0300 |
|---|---|---|
| committer | Filip Gawin <filip.gawin@zoho.com> | 2019-11-12 23:34:28 +0100 |
| commit | be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587 (patch) | |
| tree | 3f802ec81aa739a423db3946f70244bfca0c536f /src/entities/Entity.h | |
| parent | fixes (diff) | |
| download | re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.gz | |
Frontend, Peds & logic and overflow fixes
Diffstat (limited to 'src/entities/Entity.h')
| -rw-r--r-- | src/entities/Entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Entity.h b/src/entities/Entity.h index 11d3e8cd..99cc7f17 100644 --- a/src/entities/Entity.h +++ b/src/entities/Entity.h @@ -84,7 +84,7 @@ public: uint32 m_flagE2 : 1; uint16 m_scanCode; - int16 m_randomSeed; + uint16 m_randomSeed; int16 m_modelIndex; uint16 m_level; // int16 CReference *m_pFirstReference; |
