aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/gyro.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/gyro.h')
-rw-r--r--engines/avalanche/gyro.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/avalanche/gyro.h b/engines/avalanche/gyro.h
index 51b6c155f1..155feee8de 100644
--- a/engines/avalanche/gyro.h
+++ b/engines/avalanche/gyro.h
@@ -216,9 +216,10 @@ public:
static const QuasipedType kQuasipeds[16];
enum Pitch {
+ kPitchInvalid,
kPitchLower,
kPitchSame,
- kPitchHigher
+ kPitchHigher,
};
static const uint16 kNotes[12];