From 92aa38bdfc36fd7599a8e85722825381c89f0f9c Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 6 Jan 2014 17:37:23 +0200 Subject: Actually pause singleplayer game in pause menu and use lower maximum FPS in it --- src/guiVolumeChange.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/guiVolumeChange.h') 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; -- cgit v1.2.3