diff options
author | uruk | 2013-07-24 22:23:40 +0200 |
---|---|---|
committer | uruk | 2013-07-24 22:23:40 +0200 |
commit | ab04dd7aa6b5279f472a0136ba9a9e162b7fbe6c (patch) | |
tree | a82a886174c1e6468d3816042a6387d0c97237d6 /engines | |
parent | 63fbb1d04f338d88d6a40a636af3fd4bbc97de1c (diff) | |
download | scummvm-rg350-ab04dd7aa6b5279f472a0136ba9a9e162b7fbe6c.tar.gz scummvm-rg350-ab04dd7aa6b5279f472a0136ba9a9e162b7fbe6c.tar.bz2 scummvm-rg350-ab04dd7aa6b5279f472a0136ba9a9e162b7fbe6c.zip |
AVALANCHE: Cosmetic modification in Gyro.
Diffstat (limited to 'engines')
-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.) */ |