diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-07-20 15:30:11 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-07-20 15:30:11 +0200 |
commit | ef831a491e2edbce9e1237d3c5d68695ad7da766 (patch) | |
tree | ff6255442bf8f0235a7c5d5d5aad6c3249d5069a /src/control/Script.h | |
parent | Merge remote-tracking branch 'upstream/master' (diff) | |
download | re3-ef831a491e2edbce9e1237d3c5d68695ad7da766.tar re3-ef831a491e2edbce9e1237d3c5d68695ad7da766.tar.gz re3-ef831a491e2edbce9e1237d3c5d68695ad7da766.tar.bz2 re3-ef831a491e2edbce9e1237d3c5d68695ad7da766.tar.lz re3-ef831a491e2edbce9e1237d3c5d68695ad7da766.tar.xz re3-ef831a491e2edbce9e1237d3c5d68695ad7da766.tar.zst re3-ef831a491e2edbce9e1237d3c5d68695ad7da766.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/Script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index 0cbd40c0..9e9d9ab6 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -137,7 +137,7 @@ enum { class CMissionCleanup { CMissionCleanupEntity m_sEntities[MAX_CLEANUP]; - uint8 m_bCount; + uint8 m_nCount; public: CMissionCleanup(); |