summaryrefslogtreecommitdiffstats
path: root/src/User.h
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2019-06-12 11:08:56 +0200
committerFilip Gawin <filip.gawin@zoho.com>2019-06-12 11:08:56 +0200
commitbcf44d361df48ad973e77078cfe9884abc9fa60c (patch)
tree8cc827e273852762f48775533d451edb9228def1 /src/User.h
parentRE more stuff from COnscreenTimer (diff)
downloadre3-bcf44d361df48ad973e77078cfe9884abc9fa60c.tar
re3-bcf44d361df48ad973e77078cfe9884abc9fa60c.tar.gz
re3-bcf44d361df48ad973e77078cfe9884abc9fa60c.tar.bz2
re3-bcf44d361df48ad973e77078cfe9884abc9fa60c.tar.lz
re3-bcf44d361df48ad973e77078cfe9884abc9fa60c.tar.xz
re3-bcf44d361df48ad973e77078cfe9884abc9fa60c.tar.zst
re3-bcf44d361df48ad973e77078cfe9884abc9fa60c.zip
Diffstat (limited to '')
-rw-r--r--src/User.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/User.h b/src/User.h
index 3b88de56..b2d0b053 100644
--- a/src/User.h
+++ b/src/User.h
@@ -32,7 +32,7 @@ public:
class COnscreenTimer
{
public:
- COnscreenTimerEntry m_sEntries[1];
+ COnscreenTimerEntry m_sEntries[NUMONSCREENTIMERENTRIES];
bool m_bProcessed;
bool m_bDisabled;
char field_119[2];