diff options
Diffstat (limited to 'engines/access/access.h')
-rw-r--r-- | engines/access/access.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/access/access.h b/engines/access/access.h index 2f557df7f8..725e1fc87f 100644 --- a/engines/access/access.h +++ b/engines/access/access.h @@ -162,6 +162,7 @@ public: int _establishCtrlTblOfs; int _numAnimTimers; TimerList _timers; + DeathList _deaths; FontManager _fonts; Common::Array<Common::Rect> _newRects; Common::Array<Common::Rect> _oldRects; |