diff options
Diffstat (limited to 'engines/avalanche/gyro2.h')
-rw-r--r-- | engines/avalanche/gyro2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/avalanche/gyro2.h b/engines/avalanche/gyro2.h index 58b5844906..a99d4c6600 100644 --- a/engines/avalanche/gyro2.h +++ b/engines/avalanche/gyro2.h @@ -73,8 +73,7 @@ struct dnatype { /* here goes... */ /* Ux, uy, & ww now all belong to Trip5 */ char wearing; /* what you're wearing */ byte swore; /* number of times you've sworn */ byte saves; /* number of times this game has been saved */ - byte rooms[100]; /* Add one to each every time - you enter a room */ + byte rooms[100]; /* Add one to each every time you enter a room */ byte alcohol; /* Your blood alcohol level. */ byte playednim; /* How many times you've played Nim. */ bool wonnim; /* Have you *won* Nim? (That's harder.) */ |