diff options
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound.h b/src/sound.h index 625dd0ea8..16fff161b 100644 --- a/src/sound.h +++ b/src/sound.h @@ -145,6 +145,7 @@ class Sound : public ConfigListener bool mPlayBattle; bool mPlayGui; bool mPlayMusic; + int mGuiChannel; }; extern Sound sound; |