]> git.lizzy.rs Git - minetest.git/blobdiff - src/quicktune.cpp
Cleanup client init states by bumping protocol version
[minetest.git] / src / quicktune.cpp
index 32a834e5fa7e19cda3edb4f0e7a41f10a4d5ae6f..2f9f987bdb039adf78b0131c14326e83d3626b22 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -18,9 +18,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 */
 
 #include "quicktune.h"
-#include <jmutex.h>
-#include <jmutexautolock.h>
-#include "utility.h"
+#include "jthread/jmutex.h"
+#include "jthread/jmutexautolock.h"
+#include "util/string.h"
 
 std::string QuicktuneValue::getString()
 {
@@ -55,7 +55,6 @@ static void makeMutex()
 {
        if(!g_mutex){
                g_mutex = new JMutex();
-               g_mutex->Init();
        }
 }