From b753e54b0341cb6329eaf5948fe6490f14ed848f Mon Sep 17 00:00:00 2001 From: gfgtdf Date: Mon, 15 Feb 2016 17:58:34 +0100 Subject: [PATCH] fixup comment --- src/scripting/mapgen_lua_kernel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripting/mapgen_lua_kernel.cpp b/src/scripting/mapgen_lua_kernel.cpp index d4ad8ee69f09..b3821d1dfd9f 100644 --- a/src/scripting/mapgen_lua_kernel.cpp +++ b/src/scripting/mapgen_lua_kernel.cpp @@ -76,6 +76,7 @@ static int intf_random(lua_State *L) * - Args 3,4: destination. * - Arg 5: cost function * - Args 6,7 size of map. + * - Arg 8 include border. * - Ret 1: array of pairs containing path steps. * - Ret 2: path cost. */