diff options
Diffstat (limited to 'src/guiVolumeChange.h')
-rw-r--r-- | src/guiVolumeChange.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guiVolumeChange.h b/src/guiVolumeChange.h index 1dcc7fbde..5258ee107 100644 --- a/src/guiVolumeChange.h +++ b/src/guiVolumeChange.h @@ -44,6 +44,8 @@ public: bool OnEvent(const SEvent& event); + bool pausesGame(){ return true; } + private: Client* m_client; |