diff options
-rw-r--r-- | gameDetector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gameDetector.h b/gameDetector.h index 453689217a..10013dabe4 100644 --- a/gameDetector.h +++ b/gameDetector.h @@ -33,8 +33,8 @@ public: bool _use_adlib; - byte _music_volume; - byte _sfx_volume; + int _music_volume; + int _sfx_volume; bool _amiga; uint16 _talkSpeed; |