Fast Micro AI: use wesnoth.require instead of wesnoth.dofile

This commit is contained in:
mattsc 2014-05-03 17:45:46 -07:00
parent feabdfb4ea
commit d8b5984a19

View file

@ -1,5 +1,5 @@
local H = wesnoth.require "lua/helper.lua"
local AH = wesnoth.dofile "ai/lua/ai_helper.lua"
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local ca_fast_move = {}