Add NUMONSCREENTIMERENTRIES in config.h

This commit is contained in:
Filip Gawin
2019-06-12 11:08:56 +02:00
parent ecd70a5f17
commit bcf44d361d
3 changed files with 19 additions and 18 deletions

View File

@@ -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];