X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2FguiVolumeChange.h;h=9f8199fa8bdfd36dcb9fa9308b7c0f4ae6334e6b;hb=0c792db05c9e53a2e5dd7f6462f8aaa561fde858;hp=a0a50f39378a78ec8aeafb50fbe9aa28e5e688b3;hpb=4d73d99ebc848e2065b38672e882f994a1d561f4;p=dragonfireclient.git diff --git a/src/guiVolumeChange.h b/src/guiVolumeChange.h index a0a50f393..9f8199fa8 100644 --- a/src/guiVolumeChange.h +++ b/src/guiVolumeChange.h @@ -1,7 +1,7 @@ /* -Part of Minetest-c55 -Copyright (C) 2010-11 celeron55, Perttu Ahola -Copyright (C) 2011 Ciaran Gultnieks +Part of Minetest +Copyright (C) 2010-2013 celeron55, Perttu Ahola +Copyright (C) 2013 Ciaran Gultnieks Copyright (C) 2013 RealBadAngel, Maciej Kasatkin Permission to use, copy, modify, and distribute this software for any @@ -44,9 +44,7 @@ class GUIVolumeChange : public GUIModalMenu bool OnEvent(const SEvent& event); -private: - Client* m_client; - + bool pausesGame() { return true; } }; #endif