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 d75ac15e19..967034a7ed 100644 --- a/engines/avalanche/gyro2.h +++ b/engines/avalanche/gyro2.h @@ -580,7 +580,7 @@ public: Common::File demofile; // of demo_type Common::DumpFile demofile_save; // uruk added it - first use located in constructor of Basher - char last_person; /* Last person to have been selected using the People + byte last_person; /* Last person to have been selected using the People menu. */ bool doing_sprite_run; /* Only set to True if we're doing a sprite_run |