summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-15 02:03:28 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-29 19:13:43 +0200
commit9e1c4533b8a67ee8c90f4aa70f6974b25b55640d (patch)
tree6de7e5464f3eeb37415c61fb244f1b1fcba96a98 /src/game.cpp
parent4b8e4dae589cabef054991c08eb2cd47c867994a (diff)
downloadminetest-9e1c4533b8a67ee8c90f4aa70f6974b25b55640d.tar.gz
minetest-9e1c4533b8a67ee8c90f4aa70f6974b25b55640d.tar.bz2
minetest-9e1c4533b8a67ee8c90f4aa70f6974b25b55640d.zip
Move tool definitions to script
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp
index ae45e5146..6c75863c0 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -49,7 +49,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "main.h" // For g_settings
#include "content_mapnode.h" // For content_mapnode_init
#include "tooldef.h"
-#include "content_tool.h" // Default tools
#include "content_mapnode.h" // Default nodes
/*
@@ -646,8 +645,6 @@ void the_game(
// Fill node feature table with default definitions
content_mapnode_init(tsrc, nodedef);
- // Set default tool definitions
- content_tool_init(tooldef);
/*
Create server.