diff options
Diffstat (limited to 'engines/avalanche/shootemup.h')
-rw-r--r-- | engines/avalanche/shootemup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/shootemup.h b/engines/avalanche/shootemup.h index 9e9747bc8e..36ef8d0e73 100644 --- a/engines/avalanche/shootemup.h +++ b/engines/avalanche/shootemup.h @@ -66,6 +66,8 @@ private: static const byte kFrameDelayMax; static const byte kAvvyY; static const byte kShooting[7]; + static const byte kTimesASecond; + static const byte kFlashTime; AvalancheEngine *_vm; |