]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/guiVolumeChange.h
Fix building under MSVC
[dragonfireclient.git] / src / guiVolumeChange.h
index 6571640e9cc8c544333af7d7134196f7b739259c..5258ee1071be7bdda4ccceb55babc1debf8bf175 100644 (file)
@@ -1,7 +1,7 @@
 /*
 Part of Minetest
-Copyright (C) 2010-11 celeron55, Perttu Ahola <celeron55@gmail.com>
-Copyright (C) 2011 Ciaran Gultnieks <ciaran@ciarang.com>
+Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
+Copyright (C) 2013 Ciaran Gultnieks <ciaran@ciarang.com>
 Copyright (C) 2013 RealBadAngel, Maciej Kasatkin <mk@realbadangel.pl>
 
 Permission to use, copy, modify, and distribute this software for any
@@ -44,6 +44,8 @@ class GUIVolumeChange : public GUIModalMenu
 
        bool OnEvent(const SEvent& event);
        
+       bool pausesGame(){ return true; }
+
 private:
        Client* m_client;