diff options
Diffstat (limited to 'engines/avalanche/gyro2.h')
-rw-r--r-- | engines/avalanche/gyro2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/gyro2.h b/engines/avalanche/gyro2.h index 09f5a92caf..aa5a0fdc85 100644 --- a/engines/avalanche/gyro2.h +++ b/engines/avalanche/gyro2.h @@ -109,7 +109,7 @@ struct dnatype { /* here goes... */ /* Ux, uy, & ww now all belong to Trip5 */ bool friar_will_tie_you_up; /* If you're going to get tied up. */ bool tied_up; /* You ARE tied up! */ - char box_contents; /* 0 = money (sixpence), 254 = empty, any + byte box_contents; /* 0 = money (sixpence), 254 = empty, any other number implies the contents of the box. */ bool talked_to_crapulus; /* Pretty self-explanatory. */ |