diff options
Diffstat (limited to 'engines/avalanche/timeout2.h')
-rw-r--r-- | engines/avalanche/timeout2.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/avalanche/timeout2.h b/engines/avalanche/timeout2.h index 2bac5a0031..0e7be33640 100644 --- a/engines/avalanche/timeout2.h +++ b/engines/avalanche/timeout2.h @@ -27,8 +27,8 @@ /* TIMEOUT The scheduling unit. */ -#ifndef TIMEOUT2_H -#define TIMEOUT2_H +#ifndef AVALANCHE_TIMEOUT2_H +#define AVALANCHE_TIMEOUT2_H #include "common/scummsys.h" @@ -121,11 +121,11 @@ public: timetype times[7]; - + bool timerLost; // Is the timer "lost"? (Because of using lose_timer()) - + Timeout(AvalancheEngine *vm); void setParent(AvalancheEngine *vm); @@ -222,4 +222,4 @@ private: } // End of namespace Avalanche. -#endif // TIMEOUT2_H +#endif // AVALANCHE_TIMEOUT2_H |