aboutsummaryrefslogtreecommitdiff
path: root/builtin/async/game.lua
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/async/game.lua')
-rw-r--r--builtin/async/game.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/builtin/async/game.lua b/builtin/async/game.lua
index 8cb9720b6..e3119d8cb 100644
--- a/builtin/async/game.lua
+++ b/builtin/async/game.lua
@@ -13,12 +13,13 @@ end
-- Import a bunch of individual files from builtin/game/
local gamepath = core.get_builtin_path() .. "game" .. DIR_DELIM
+local commonpath = core.get_builtin_path() .. "common" .. DIR_DELIM
dofile(gamepath .. "constants.lua")
dofile(gamepath .. "item_s.lua")
dofile(gamepath .. "misc_s.lua")
dofile(gamepath .. "features.lua")
-dofile(gamepath .. "voxelarea.lua")
+dofile(commonpath .. "voxelarea.lua")
-- Transfer of globals
do